class AbstractSyntaxTreeKit::Node::UNDEF

Attributes

old_name[R]

Public Class Methods

new(node:, old_name:) click to toggle source
Calls superclass method AbstractSyntaxTreeKit::Node::new
# File lib/astkit/node/undef.rb, line 6
def initialize(node:, old_name:)
  super(node)
  @old_name = old_name
end