# File lib/extlib/dictionary.rb, line 323
  def <<(kv)
    push( *kv )
  end