[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]