class RuboCop::AST::IndexasgnNode

def arguments

Returns:
  • (Array) - the arguments of the dispatched method
def arguments
  node_parts[1..-1]
end