Class: Melbourne::AST::ZSuper

Inherits:
Super show all
Defined in:
lib/melbourne/ast/sends.rb

Overview

TODO: document!

Instance Attribute Summary

Attributes inherited from Super

#block, #name

Attributes inherited from SendWithArguments

#arguments

Attributes inherited from Send

#block, #check_for_local, #name, #privately, #receiver, #variable

Attributes inherited from Node

#line

Instance Method Summary collapse

Methods inherited from Node

#ascii_graph

Constructor Details

#initialize(line) ⇒ ZSuper

Returns a new instance of ZSuper.



442
443
444
445
# File 'lib/melbourne/ast/sends.rb', line 442

def initialize(line)
  @line = line
  @block = nil
end