Returns:
4 5 6
# File 'lib/sunrise/core_ext/string.rb', line 4 def is_int? self =~ /^[-+]?[0-9]*$/ end