Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/beefdump/monkey_patches/string.rb

Instance Method Summary collapse

Instance Method Details

#numeric?Boolean

Returns:

  • (Boolean)


2
3
4
# File 'lib/beefdump/monkey_patches/string.rb', line 2

def numeric?
  Float(self) rescue false
end