# frozen_string_literal: true module FindInDiff def added_hunk_1 # This should appear in hunk 1 end def method_in_the_middle # Something something... # This is several rows wide # So that it has to end up in multiple hunks # la dee da... end def added_hunk_2 # This should appear in hunk 2 end end