Class: Udb::Eqn::EmptyEqnParen

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/udb/eqn.rb

Instance Method Summary collapse

Instance Method Details

#to_logic_tree(term_map) ⇒ LogicNode

Parameters:

Returns:



122
123
124
# File 'lib/udb/eqn.rb', line 122

def to_logic_tree(term_map)
  LogicNode::True
end