class Syllogism::GeneralTerm

Constants

GENERAL_TERM_VALUES

Public Instance Methods

match?() click to toggle source
# File lib/syllogism/general_term.rb, line 3
def match?
  GENERAL_TERM_VALUES.include?(value)
end