module RuboCop::AST::BinaryOperatorNode

def lhs

Returns:
  • (Node) - the left hand side of the binary operation
def lhs
  node_parts[0]
end