Class: Prettyrb::Nodes::OrNode
- Includes:
- LogicalOperatorHelper
- Defined in:
- lib/prettyrb/nodes/or_node.rb
Instance Method Summary collapse
Methods included from LogicalOperatorHelper
Methods inherited from BaseNode
#initialize, #parent, #string?
Constructor Details
This class inherits a constructor from Prettyrb::Nodes::BaseNode
Instance Method Details
#operator ⇒ Object
6 7 8 |
# File 'lib/prettyrb/nodes/or_node.rb', line 6 def operator "||" end |