class Rake::DefaultLoader

Default Rakefile loader used by import.

def load(fn)

def load(fn)
  Rake.load_rakefile(File.expand_path(fn))
end