lib/rake/rake_module.rb in rake-0.9.0.beta.4 vs lib/rake/rake_module.rb in rake-0.9.0.beta.5
- old
+ new
@@ -18,8 +18,12 @@
# Return the original directory where the Rake application was started.
def original_dir
application.original_dir
end
+ # Load a rakefile.
+ def load_rakefile(path)
+ load(path)
+ end
end
end