Flowdock
method

load

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: DefaultLoader
load(fn) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rake/default_loader.rb, line 5
    def load(fn)
      Rake.load_rakefile(File.expand_path(fn))
    end
Register or log in to add new notes.