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

[Validate]