class RuboCop::AST::OrAsgnNode

the AST, making its methods available to all assignment nodes within RuboCop.
This will be used in place of a plain node when the builder constructs
A node extension for ‘op_asgn` nodes.

def operator

Returns:
  • (Symbol) - the assignment operator
def operator
  :'||'
end