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