# File lib/hammer_cli_import/deltahash.rb, line 33
  def initialize(hash)
    @old = hash
    @new = {}
    @del = Set.new
  end