valuable icon indicating copy to clipboard operation
valuable copied to clipboard

Raise an error other than "no method each on x" when I am stupid

Open mustmodify opened this issue 10 years ago • 0 comments

g = Giraffe.new class Animal < Valuable; end; x = Animal.new(g)

should say something like "That's a giraffe, I need a hash."

mustmodify avatar Dec 04 '14 23:12 mustmodify