# File lib/generators/jquery/install/install_generator.rb, line 9 def remove_prototype %w(controls.js dragdrop.js effects.js prototype.js).each do |js| remove_file "public/javascripts/#{js}" end end