Source: show | on GitHub
# File actionpack/test/controller/helper_test.rb, line 262 def index render :inline => '<%= shout %>' end
# File actionpack/test/controller/helper_test.rb, line 260 def shout; 'B' end