Class: Prettyrb::Nodes::OrNode

Inherits:
BaseNode
  • Object
show all
Includes:
LogicalOperatorHelper
Defined in:
lib/prettyrb/nodes/or_node.rb

Instance Method Summary collapse

Methods included from LogicalOperatorHelper

#left, #right

Methods inherited from BaseNode

#initialize, #parent, #string?

Constructor Details

This class inherits a constructor from Prettyrb::Nodes::BaseNode

Instance Method Details

#operatorObject



6
7
8
# File 'lib/prettyrb/nodes/or_node.rb', line 6

def operator
  "||"
end