class String

Public Instance Methods

integer?() click to toggle source
# File lib/bolo/core_ext/string.rb, line 2
def integer?
  self.match?(/^\d+$/)
end