class ActionView::Template::Handlers::Html
Inherits From
-
class
Raw
Public instance methods
Source code GitHub
# File actionview/lib/action_view/template/handlers/html.rb, line 6
def call(template, source)
"ActionView::OutputBuffer.new #{super}"
end