# File lib/spring/test/application_generator.rb, line 78 def append_to_file(file, add) rewrite_file(file) { |c| c << "#{add}\n" } end