Flowdock

No documentation

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

Constants

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

RESERVED_OPTIONS = CHECKS.keys + [:only_integer]

Attributes

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