Methods
Instance Public methods
Source: show
# File rails/actionpack/test/controller/helper_test.rb, line 157 def index render :inline => '<%= shout %>' end
Source: show
# File rails/actionpack/test/controller/helper_test.rb, line 155 def shout; 'B' end