Class: Rubasteme::AST::EmptyListNode
- Defined in:
- lib/rubasteme/ast/leaf_node.rb
Instance Attribute Summary
Attributes inherited from LeafNode
Instance Method Summary collapse
-
#initialize(_ = nil) ⇒ EmptyListNode
constructor
A new instance of EmptyListNode.
Methods inherited from LeafNode
Methods inherited from Node
Constructor Details
#initialize(_ = nil) ⇒ EmptyListNode
Returns a new instance of EmptyListNode.
20 21 22 |
# File 'lib/rubasteme/ast/leaf_node.rb', line 20 def initialize(_ = nil) super("()") end |