Methods
I
S
Instance Public methods
index()
# File rails/actionpack/test/controller/helper_test.rb, line 165
def index
  render :inline => '<%= shout %>'
end
shout()
# File rails/actionpack/test/controller/helper_test.rb, line 163
def shout; 'C' end