Class: Rubasteme::AST::QuotationNode

Inherits:
ListNode show all
Defined in:
lib/rubasteme/ast/branch_node.rb

Instance Method Summary collapse

Methods inherited from ListNode

#elements, #empty?, #first, #rest

Methods inherited from BranchNode

#<<, #[], #[]=, #each, #size, #to_a

Methods inherited from Node

#to_a, #to_s, #type

Constructor Details

#initialize(_ = nil) ⇒ QuotationNode

Returns a new instance of QuotationNode.



80
81
82
# File 'lib/rubasteme/ast/branch_node.rb', line 80

def initialize(_ = nil)
  super(0, nil)
end