class Syllogism::Term

Attributes

distributed[W]
starred[W]

Public Instance Methods

distributed?() click to toggle source
# File lib/syllogism/term.rb, line 5
def distributed?
  !!@distributed
end
starred?() click to toggle source
# File lib/syllogism/term.rb, line 9
def starred?
  !!@starred
end