Skip to Content Skip to Search

class ActionView::Template::Handlers::Html

Inherits From

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

Definition files