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