Class: NilClass
- Inherits:
-
Object
- Object
- NilClass
- Defined in:
- lib/brdinheiro/nil_class.rb
Instance Method Summary collapse
Instance Method Details
#contabil ⇒ Object
7 8 9 |
# File 'lib/brdinheiro/nil_class.rb', line 7 def contabil 0.contabil end |
#para_dinheiro ⇒ Object
11 12 13 |
# File 'lib/brdinheiro/nil_class.rb', line 11 def para_dinheiro 0.real end |
#reais ⇒ Object
15 16 17 |
# File 'lib/brdinheiro/nil_class.rb', line 15 def reais 0.real end |
#real ⇒ Object
19 20 21 |
# File 'lib/brdinheiro/nil_class.rb', line 19 def real 0.real end |
#valor ⇒ Object
3 4 5 |
# File 'lib/brdinheiro/nil_class.rb', line 3 def valor 0.real end |