Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save voxxit/481737 to your computer and use it in GitHub Desktop.
test = nil
test.html_safe? # false
test.try(:html_safe) # nil
test = test.to_s # ""
test.html_safe? # false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment