Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/data_magic/core_ext/string.rb

Instance Method Summary collapse

Instance Method Details

#is_integerObject



2
3
4
# File 'lib/data_magic/core_ext/string.rb', line 2

def is_integer
  true if Integer(self) rescue false
end