Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • rake/default_loader.rb

Parent

Methods

Rake::DefaultLoader

Default Rakefile loader used by import.

Public Instance Methods

load(fn) click to toggle source
 
               # File rake/default_loader.rb, line 5
def load(fn)
  Rake.load_rakefile(File.expand_path(fn))
end