Created
August 4, 2011 14:31
-
-
Save rafaelp/1125287 to your computer and use it in GitHub Desktop.
Bug no brdinheiro?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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