# File lib/hashery/propertyhash.rb, line 85
  def accept_key!(k,v=nil)
    self[k] = v
  end