Class: Udb::Eqn::EqnOne
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Udb::Eqn::EqnOne
- Extended by:
- T::Sig
- Defined in:
- lib/udb/eqn.rb
Instance Method Summary collapse
Instance Method Details
#to_logic_tree(term_map) ⇒ LogicNode
106 107 108 |
# File 'lib/udb/eqn.rb', line 106 def to_logic_tree(term_map) LogicNode.new(LogicNodeType::True, []) end |