Flowdock

No documentation

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

Constants

MESSAGES = { :is => :wrong_length, :minimum => :too_short, :maximum => :too_long }.freeze

CHECKS = { :is => :==, :minimum => :>=, :maximum => :<= }.freeze

DEFAULT_TOKENIZER = lambda { |value| value.split(//) }

RESERVED_OPTIONS = [:minimum, :maximum, :within, :is, :tokenizer, :too_short, :too_long]

Attributes

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