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