# File lib/hammer_cli_import/deltahash.rb, line 39
  def [](key)
    return nil if @del.include? key
    @new[key] || @old[key]
  end