Class: Melbourne::AST::ZSuper
- Defined in:
- lib/melbourne/ast/sends.rb
Overview
TODO: document!
Instance Attribute Summary
Attributes inherited from Super
Attributes inherited from SendWithArguments
Attributes inherited from Send
#block, #check_for_local, #name, #privately, #receiver, #variable
Attributes inherited from Node
Instance Method Summary collapse
-
#initialize(line) ⇒ ZSuper
constructor
A new instance of ZSuper.
Methods inherited from Node
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 |