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