module

Grip::Extensions::Number

Instance methods

above?(n)

the number above n value validation

Source
below?(n)

the number below n value validation

Source
between?(range)
Source
div?(n)

the number divisibility (n) validation

Source
gteq?(num)
Source
lt?(num)
Source
lteq?(num)
Source
negative?

the negative number validation

Source
positive?

the positive number validation

Source
self?(num)
Source
zero?

the number equals zero validation

Source