Skip to content

Instantly share code, notes, and snippets.

@alindeman
Created October 8, 2012 16:56
Show Gist options
  • Save alindeman/3853575 to your computer and use it in GitHub Desktop.
Save alindeman/3853575 to your computer and use it in GitHub Desktop.
1.9.3p194 :010 > :"testing#{10+9}"
=> :testing19
1.9.3p194 :011 > objects = ObjectSpace.each_object(String).to_a
=> [...]
1.9.3p194 :012 > objects.include?("testing19")
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment