class RuboCop::AST::ForwardArgsNode

def to_a

enumerable argument types.
Node wraps itself in an array to be compatible with other
def to_a
  [self]
end