Class: ActionView::Template::Handlers::Html

Inherits:
Raw
  • Object
show all
Defined in:
lib/action_view/template/handlers/html.rb

Instance Method Summary collapse

Instance Method Details

#call(template) ⇒ Object



4
5
6
# File 'lib/action_view/template/handlers/html.rb', line 4

def call(template)
  "ActionView::OutputBuffer.new #{super}"
end