Skip to content

Instantly share code, notes, and snippets.

@rafaelp
Created August 4, 2011 14:31
Show Gist options
  • Save rafaelp/1125287 to your computer and use it in GitHub Desktop.
Save rafaelp/1125287 to your computer and use it in GitHub Desktop.
Bug no brdinheiro?
ree-1.8.7-2010.02 :002 > bb.paid_amount
=> #<Dinheiro:0x105e72e48 @quantia=10000>
ree-1.8.7-2010.02 :003 > bb.paid_amount.nil?
=> false
ree-1.8.7-2010.02 :004 > bb.paid_amount = nil
=> nil
ree-1.8.7-2010.02 :005 > bb.paid_amount.nil?
=> false
ree-1.8.7-2010.02 :014 > bb.paid_amount
=> #<Dinheiro:0x105e72e48 @quantia=10000>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment