ActionView::Template::Handlers::Html Ruby on Rails 5.1.2 Class ActionView::Template::Handlers::Html < Raw actionview/lib/action_view/template/handlers/html.rb Methods C call Instance Public methods call(template) Link Source: show | on GitHub # File actionview/lib/action_view/template/handlers/html.rb, line 4 def call(template) "ActionView::OutputBuffer.new #{super}" end