Class: Red::ConstantNode::NilNode

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



30
31
32
# File 'lib/red/constant_nodes.rb', line 30

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