Method: Java::JavaMath::BigDecimal#to_f
- Defined in:
- lib/other.rb
#to_f ⇒ Object
333 334 335 |
# File 'lib/other.rb', line 333 def to_f BigDecimal.new self.to_s end |
333 334 335 |
# File 'lib/other.rb', line 333 def to_f BigDecimal.new self.to_s end |