Skip to content

Instantly share code, notes, and snippets.

@michaelklishin
Created January 22, 2012 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelklishin/d3c4071b798b7b29fedd to your computer and use it in GitHub Desktop.
Save michaelklishin/d3c4071b798b7b29fedd to your computer and use it in GitHub Desktop.
1.9.3p0 :001 > "abc".each { |a| puts a }
NoMethodError: undefined method `each' for "abc":String
from (irb):1
from /Users/antares/.rvm/rubies/ruby-1.9.3-p0/bin/irb:16:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment