Class: Red::ConstantNode::SelfNode

Inherits:
Red::ConstantNode show all
Defined in:
lib/red/constant_nodes.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#compile_node(options = {}) ⇒ Object



36
37
38
# File 'lib/red/constant_nodes.rb', line 36

def compile_node(options = {})
  return "this"
end