In Files

Parent

Methods

Rake::DefaultLoader

Default Rakefile loader used by import.

Public Instance Methods

load(fn) click to toggle source
# File lib/rake.rb, line 1619
def load(fn)
  Kernel.load(File.expand_path(fn))
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.