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