class Integer

Public Instance Methods

is_i?() click to toggle source
# File lib/toolbox/integer.rb, line 13
def is_i?
  true
end