# File lib/rake/default_loader.rb, line 5
5:     def load(fn)
6:       Rake.load_rakefile(File.expand_path(fn))
7:     end