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