Module: ActionView::Helpers::RawOutputHelper
- Included in:
- ActionView::Helpers
- Defined in:
- lib/action_view/helpers/raw_output_helper.rb
Instance Method Summary collapse
Instance Method Details
#raw(stringish) ⇒ Object
4 5 6 |
# File 'lib/action_view/helpers/raw_output_helper.rb', line 4 def raw(stringish) stringish.to_s.html_safe! end |