Methods
A
I
Instance Public methods
an_instance_method()
# File actionview/test/actionpack/abstract/layouts_test.rb, line 102
def an_instance_method; end
index()
# File actionview/test/actionpack/abstract/layouts_test.rb, line 109
def index
  render :template => ActionView::Template::Text.new("Hello again zero arity proc!")
end