Module ActionView::Helpers::RawOutputHelper
In: vendor/rails/actionpack/lib/action_view/helpers/raw_output_helper.rb

Methods

raw  

Public Instance methods

[Source]

   # File vendor/rails/actionpack/lib/action_view/helpers/raw_output_helper.rb, line 4
4:       def raw(stringish)
5:         stringish.to_s.html_safe
6:       end

[Validate]