txt_file_mutator

Kristian Mandrup, [email protected]


Contains utility functions for doing simple file mutations/transformations such as:

  • Inserting content BEFORE a line with some specific content

  • Inserting content AFTER a line with some specific content

  • Commenting a line with some specific content

  • Commenting a config.gem statement for a specific gem

  • Remove a line

  • Remove a require statement

(more to come in later versions…!)