Class: AttrSearchableGrammar::NotExpression
- Inherits:
-
BaseNode
- Object
- Treetop::Runtime::SyntaxNode
- BaseNode
- AttrSearchableGrammar::NotExpression
show all
- Defined in:
- lib/attr_searchable_grammar.rb
Instance Attribute Summary
Attributes inherited from BaseNode
#model
Instance Method Summary
collapse
Methods inherited from BaseNode
#collection_for, #elements
Instance Method Details
#evaluate ⇒ Object
108
109
110
|
# File 'lib/attr_searchable_grammar.rb', line 108
def evaluate
elements.first.evaluate.not
end
|