class String

Public Instance Methods

to_f() click to toggle source
# File lib/greater_less/string_extension.rb, line 4
def to_f
  if self =~ GreaterLess::GREATER_LESS
    return GreaterLess.new(self)
  end
  self.to_f_without_greater_less
end
Also aliased as: to_f_without_greater_less
to_f_without_greater_less()
Alias for: to_f