class Rake::DefaultLoader
Default Rakefile loader used by import.
Public Instance Methods
                              load(fn)
                              click to toggle source
                            
                            Loads a rakefile into the current application from fn
# File rake-13.0.6/lib/rake/default_loader.rb, line 10 def load(fn) Rake.load_rakefile(File.expand_path(fn)) end