Method: Java::JavaMath::BigDecimal#to_f

Defined in:
lib/other.rb

#to_fObject



281
282
283
# File 'lib/other.rb', line 281

def to_f
  BigDecimal.new self.to_s 
end