NRuby
9 строк · 213.0 Байт
1#!/usr/bin/env ruby
2begin
3load File.expand_path('../spring', __FILE__)
4rescue LoadError => e
5raise unless e.message.include?('spring')
6end
7require_relative '../config/boot'
8require 'rake'
9Rake.application.run
10