Methods
C
Instance Public methods
call(template)
# File actionview/lib/action_view/template/handlers/html.rb, line 4
def call(template)
  "ActionView::OutputBuffer.new #{super}"
end