Flowdock

No documentation

This class has no description. You can help the Ruby on Rails community by adding new notes.

Constants

HEXADECIMAL_REGEX = /\A[+-]?0[xX]/

INTEGER_REGEX = /\A[+-]?\d+\z/

RESERVED_OPTIONS = COMPARE_CHECKS.keys + NUMBER_CHECKS.keys + RANGE_CHECKS.keys + [:only_integer, :only_numeric]

NUMBER_CHECKS = { odd: :odd?, even: :even? }

RANGE_CHECKS = { in: :in? }

Attributes

Show files where this class is defined (1 file)
Register or log in to add new notes.