# File lib/more/facets/enumargs.rb, line 81
  def to_a(*args)
    map(*args){ |x| x }
  end