# File lib/rubyipmi/observablehash.rb, line 14
    def delete_notify(del)
      delete(del)
      notify_observers(self)
    end