# File lib/hammer_cli_import/deltahash.rb, line 50 def to_hash ret = (@old.merge @new) @del.each do |key| ret.delete key end ret end