class Transpec::AST::Node

Attributes

metadata[R]

Public Class Methods

new(type, children = [], properties = {}) click to toggle source
Calls superclass method
# File lib/transpec/ast/node.rb, line 10
def initialize(type, children = [], properties = {})
  @metadata = {}
  super
end