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