class BooleanTermParser::Clause
Attributes
Public Class Methods
Source
# File lib/doing/boolean_term_parser.rb, line 42 def initialize(operator, term) self.operator = Operator.symbol(operator) self.term = term end
# File lib/doing/boolean_term_parser.rb, line 42 def initialize(operator, term) self.operator = Operator.symbol(operator) self.term = term end