Returns:
11 12 13 14
# File 'lib/json2properties.rb', line 11 def is_numeric? return true if self.is_i? true if Float(self) rescue false end