# File lib/diff/lcs/hunk.rb, line 70 def unshift(hunk) @start_old = hunk.start_old @start_new = hunk.start_new blocks.unshift(*hunk.blocks) end