Class Rake::DefaultLoader
In: lib/rake.rb
Parent: Object

Default Rakefile loader used by import.

Methods

load  

Public Instance methods

[Source]

      # File lib/rake.rb, line 1366
1366:     def load(fn)
1367:       Kernel.load(File.expand_path(fn))
1368:     end

[Validate]