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 1596
1596:     def load(fn)
1597:       Kernel.load(File.expand_path(fn))
1598:     end

[Validate]