Let\'s say I have a Gift object with @name = \"book\" & @price = 15.95. What\'s the best way to convert that to the Hash {na
Gift
@name = \"book\"
@price = 15.95
{na
Might want to try instance_values. That worked for me.
instance_values