Flowdock

No documentation

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

Constants

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

RESERVED_OPTIONS = CHECKS.keys + [:only_integer]

CHECKS = { greater_than: :>, greater_than_or_equal_to: :>=, equal_to: :==, less_than: :<, less_than_or_equal_to: :<=, odd: :odd?, even: :even?, other_than: :!= }.freeze

Attributes

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