rake 164 Bytes
Newer Older
1
#!/usr/bin/env ruby
2 3 4 5
begin
  load File.expand_path("../spring", __FILE__)
rescue LoadError
end
6 7 8
require_relative '../config/boot'
require 'rake'
Rake.application.run