module RuboCop::AST::BinaryOperatorNode

def rhs

Returns:
  • (Node) - the right hand side of the binary operation
def rhs
  node_parts[1]
end