Object
Default Rakefile loader used by import.
Loads a rakefile into the current application from fn
# File lib/rake/default_loader.rb, line 9 def load(fn) Rake.load_rakefile(File.expand_path(fn)) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.