class BooleanTermParser::Clause
Attributes
operator[RW]
term[RW]
Public Class Methods
new(operator, term)
click to toggle source
# File lib/doing/boolean_term_parser.rb, line 42 def initialize(operator, term) self.operator = Operator.symbol(operator) self.term = term end