module AnnotateRoutes
def self.remove_annotations(options={})
def self.remove_annotations(options={}) return unless(routes_exists?) (content, where_header_found) = strip_annotations(File.read(routes_file)) content = strip_on_removal(content, where_header_found) write_contents(content) puts "Removed annotations from routes file." end