Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/fusion_tables_api/table.rb

Overview

TODO Will need to change this

Instance Method Summary collapse

Instance Method Details

#is_i?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/fusion_tables_api/table.rb', line 5

def is_i?
  !!(self =~/^[-+]?[0-9]+$/)
end