# File lib/optimist.rb, line 820
  def parse(paramlist, _neg_given)
    paramlist.map { |pg| pg.map(&:to_s) }
  end