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