class Prism::AliasGlobalVariableNode
def initialize(source, node_id, location, flags, new_name, old_name, keyword_loc)
def initialize(source, node_id, location, flags, new_name, old_name, keyword_loc) @source = source @node_id = node_id @location = location @flags = flags @new_name = new_name @old_name = old_name @keyword_loc = keyword_loc end