Class: Red::ConjunctionNode::OrNode

Inherits:
Red::ConjunctionNode show all
Defined in:
lib/red/conjunction_nodes.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from Red::ConjunctionNode

#compile_internals, #initialize

Constructor Details

This class inherits a constructor from Red::ConjunctionNode

Instance Method Details

#compile_node(options = {}) ⇒ Object



18
19
20
# File 'lib/red/conjunction_nodes.rb', line 18

def compile_node(options = {})
  return "%s || %s" % self.compile_internals
end