Methods
Public Instance methods
[ show source ]
# File actionpack/lib/action_view/helpers/raw_output_helper.rb, line 4 4: def raw(stringish) 5: stringish.to_s.html_safe 6: end
Module ActionView::Helpers::RawOutputHelper |
|
[ show source ]
# File actionpack/lib/action_view/helpers/raw_output_helper.rb, line 4 4: def raw(stringish) 5: stringish.to_s.html_safe 6: end