# File lib/Getopt/Declare.rb, line 1368
  def used()
    used = @cache.each_key { |i| [ i, @cache[i] ] }
    return (used.map { |i| flatten(i) } ).join(' ')
  end