Class: Rubasteme::AST::QuotationNode
- Inherits:
-
ListNode
- Object
- Node
- BranchNode
- ListNode
- Rubasteme::AST::QuotationNode
- Defined in:
- lib/rubasteme/ast/branch_node.rb
Instance Method Summary collapse
-
#initialize(_ = nil) ⇒ QuotationNode
constructor
A new instance of QuotationNode.
Methods inherited from ListNode
#elements, #empty?, #first, #rest
Methods inherited from BranchNode
#<<, #[], #[]=, #each, #size, #to_a
Methods inherited from Node
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 |