Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/bigdecimal/util.rb
Instance Method Summary collapse
Instance Method Details
#to_d ⇒ Object
25 26 27 |
# File 'lib/bigdecimal/util.rb', line 25 def to_d BigDecimal(self) end |