Source: show | on GitHub
# File activesupport/test/concern_test.rb, line 9 def baz "baz" end
# File activesupport/test/concern_test.rb, line 17 def included_ran @@included_ran end
# File activesupport/test/concern_test.rb, line 13 def included_ran=(value) @@included_ran = value end