module Rake

def load_rakefile(path)

Load a rakefile.
def load_rakefile(path)
  load(path)
end