valuable
valuable copied to clipboard
Raise an error other than "no method each on x" when I am stupid
g = Giraffe.new class Animal < Valuable; end; x = Animal.new(g)
should say something like "That's a giraffe, I need a hash."