class String

Public Instance Methods

numeric?() click to toggle source
# File lib/bamboo.rb, line 9
def numeric?
  Float(self) != nil rescue false
end