class String

Public Instance Methods

to_f() click to toggle source
# File lib/abstractive/additions.rb, line 2
def to_f
  ('%.10f' % self).to_f
end