class Stairwell::Types::IntegerType

Public Instance Methods

valid?() click to toggle source
# File lib/stairwell/types/integer_type.rb, line 5
def valid?
  value.is_a?(Integer)
end