Skip to Content Skip to Search
Methods
C

Instance Public methods

call(template, source)

# File actionview/lib/action_view/template/handlers/html.rb, line 6
def call(template, source)
  "ActionView::OutputBuffer.new #{super}"
end