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