class PhraseParser::TermClause
Represents a term clause
Attributes
Public Class Methods
Source
# File lib/doing/phrase_parser.rb, line 59 def initialize(operator, term) self.operator = Operator.symbol(operator) self.term = term end
Represents a term clause
# File lib/doing/phrase_parser.rb, line 59 def initialize(operator, term) self.operator = Operator.symbol(operator) self.term = term end