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