]> git.openstreetmap.org Git - rails.git/blob - bin/rake
Add frozen_string_literal comments to ruby files
[rails.git] / bin / rake
1 #!/usr/bin/env ruby
2 # frozen_string_literal: true
3
4 require_relative "../config/boot"
5 require "rake"
6 Rake.application.run