Libraries
»
red
(3.2.1)
»
Index
»
Red
»
ConstantNode
»
BreakNode
»
#compile_node
Method: Red::ConstantNode::BreakNode#compile_node
Defined in:
lib/red/constant_nodes.rb
#
compile_node
(options = {}) ⇒
Object
8 9 10
# File 'lib/red/constant_nodes.rb', line 8
def
compile_node
(
options
=
{
}
)
return
"break"
end