Default Rakefile loader used by import.
# File lib/rake.rb, line 1526 1526: def load(fn) 1527: Kernel.load(File.expand_path(fn)) 1528: end