Skip to content

Instantly share code, notes, and snippets.

@tubbo
Created September 8, 2016 20:13
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 tubbo/95ea2dcd325c22a33d54c3744fc9a30d to your computer and use it in GitHub Desktop.
Save tubbo/95ea2dcd325c22a33d54c3744fc9a30d to your computer and use it in GitHub Desktop.
irb(main):001:0> class MyNewObject
irb(main):002:1> end
=> nil
irb(main):003:0>
irb(main):004:0* MyNewObject.new.map
NoMethodError: undefined method `map' for #<MyNewObject:0x007fa0f116b568>
Did you mean? tap
from (irb):4
from /Users/tscott/.rubies/ruby-2.3.1/bin/irb:11:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment