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