Class: NilClass
- Inherits:
-
Object
- Object
- NilClass
- Defined in:
- lib/rails_extend/core/nil.rb
Instance Method Summary collapse
Instance Method Details
#to_d ⇒ Object
3 4 5 |
# File 'lib/rails_extend/core/nil.rb', line 3 def to_d BigDecimal(0) end |
#to_sym ⇒ Object
7 8 9 |
# File 'lib/rails_extend/core/nil.rb', line 7 def to_sym to_s.to_sym end |