Class: Melbourne::AST::Self

Inherits:
Node
  • Object
show all
Defined in:
lib/melbourne/ast/self.rb

Overview

self as in:

def me
  self
end

Instance Attribute Summary

Attributes inherited from Node

#line

Method Summary

Methods inherited from Node

#ascii_graph, #initialize

Constructor Details

This class inherits a constructor from Melbourne::AST::Node