class String
TODO Will need to change this
Public Instance Methods
is_i?()
click to toggle source
# File lib/fusion_tables_api/table.rb, line 5 def is_i? !!(self =~/^[-+]?[0-9]+$/) end
TODO Will need to change this
# File lib/fusion_tables_api/table.rb, line 5 def is_i? !!(self =~/^[-+]?[0-9]+$/) end