load_rakefile(path)
Load a rakefile.
# File lib/rake/rake_module.rb, line 24 def load_rakefile(path) load(path) end