提交 2ff88818 编写于 作者: M maximerety

Fix another AS::Concern example (class_eval is already called by included)

上级 d0ba816f
......@@ -79,10 +79,8 @@ module ActiveSupport
# module Foo
# extend ActiveSupport::Concern
# included do
# class_eval do
# def self.method_injected_by_foo
# ...
# end
# def self.method_injected_by_foo
# ...
# end
# end
# end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册