Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/bamboo.rb,
lib/chronos.rb,
lib/marathon.rb

Instance Method Summary collapse

Instance Method Details

#numeric?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/bamboo.rb', line 9

def numeric?
  Float(self) != nil rescue false
end