Skip to content

Instantly share code, notes, and snippets.

@amolbrid
Created November 26, 2010 01:29
Show Gist options
  • Save amolbrid/716160 to your computer and use it in GitHub Desktop.
Save amolbrid/716160 to your computer and use it in GitHub Desktop.
ruby freeze string
str = "Can you modify me?"
str.freeze
str << " I'm trying." #this will raise TypeError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment