class Rake::DefaultLoader
Default Rakefile loader used by import
.
Public Instance Methods
Source
# File lib/rake/default_loader.rb 5 def load(fn) 6 Rake.load_rakefile(File.expand_path(fn)) 7 end
Default Rakefile loader used by import
.
# File lib/rake/default_loader.rb 5 def load(fn) 6 Rake.load_rakefile(File.expand_path(fn)) 7 end