# File lib/chef/util/file_edit.rb, line 65
                def insert_line_after_match(regex, newline)
                        search_match(regex, newline, 'i', 0)
                end