Module: Prettyrb::Nodes::LogicalOperatorHelper
Instance Method Summary collapse
Instance Method Details
#left ⇒ Object
4 5 6 |
# File 'lib/prettyrb/nodes/logical_operator_helper.rb', line 4 def left children[0] end |
#right ⇒ Object
8 9 10 |
# File 'lib/prettyrb/nodes/logical_operator_helper.rb', line 8 def right children[1] end |