Class: Red::ConstantNode::FalseNode

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



14
15
16
# File 'lib/red/constant_nodes.rb', line 14

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