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