Methods
H
W
Instance Public methods
helpery_test()
# File actionview/test/actionpack/abstract/helper_test.rb, line 26
def helpery_test
  "World"
end
with_block()
# File actionview/test/actionpack/abstract/helper_test.rb, line 33
def with_block
  render :inline => "Hello <%= helpery_test %>"
end
with_symbol()
# File actionview/test/actionpack/abstract/helper_test.rb, line 37
def with_symbol
  render :inline => "I respond to bare_a: <%= respond_to?(:bare_a) %>"
end