ActionView::Template::Handlers::Raw Ruby on Rails 5.1.2 Class ActionView::Template::Handlers::Raw < Object actionview/lib/action_view/template/handlers/raw.rb Methods C call Instance Public methods call(template) Link Source: show | on GitHub # File actionview/lib/action_view/template/handlers/raw.rb, line 4 def call(template) "#{template.source.inspect}.html_safe;" end