module Prettyrb::Nodes::LogicalOperatorHelper

Public Instance Methods

left() click to toggle source
# File lib/prettyrb/nodes/logical_operator_helper.rb, line 4
def left
  children[0]
end
right() click to toggle source
# File lib/prettyrb/nodes/logical_operator_helper.rb, line 8
def right
  children[1]
end