# File lib/more/facets/argvector.rb, line 162
  def preoptions
    preopts, remainder = *parse_preoptions(argv)
    return preopts
  end