class Syllogism::Quantity

Constants

QUANTITY_VALUES

Public Instance Methods

match?() click to toggle source
# File lib/syllogism/quantity.rb, line 5
def match?
  QUANTITY_VALUES.include?(value)
end