Source: show | on GitHub
# File activesupport/test/concern_test.rb, line 42 def bar "bar" end
# File activesupport/test/concern_test.rb, line 46 def baz "bar+" + super end