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