Skip to content

Instantly share code, notes, and snippets.

@voxxit
Created July 19, 2010 17:11
Show Gist options
  • Select an option

  • Save voxxit/481676 to your computer and use it in GitHub Desktop.

Select an option

Save voxxit/481676 to your computer and use it in GitHub Desktop.
"string".html_safe? # false
"string".html_safe.html_safe? # true
("string" + "string".html_safe).html_safe? # false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment