class Rake::DefaultLoader

Default Rakefile loader used by import.

def load(fn)

def load(fn)
  Kernel.load(File.expand_path(fn))
end