15 16 17 18 19 20 21
# File 'lib/finrb/decimal.rb', line 15 def to_dec if instance_of?(Flt::DecNum) self else Flt::DecNum(to_s) end end