class RSpec::Support::Differ

def add_old_hunk_to_hunk(hunk, oldhunk)

def add_old_hunk_to_hunk(hunk, oldhunk)
  hunk.merge(oldhunk)
end