# File lib/sup/util.rb, line 650
  def initialize *a
    @keys = []
    a.each { |k, v| self[k] = v }
  end