Class: Red::ConjunctionNode::AndNode
- Inherits:
-
Red::ConjunctionNode
- Object
- Red::ConjunctionNode
- Red::ConjunctionNode::AndNode
- 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
12 13 14 |
# File 'lib/red/conjunction_nodes.rb', line 12 def compile_node( = {}) return "%s && %s" % self.compile_internals end |