# File lib/hashery/propertyhash.rb, line 78
  def <<(a)
    k,v = *a
    self[k] = v
  end