Flowdock
method

import

Importance_1
v1_9_3_392 - Show latest stable - 0 notes - Class: DSL
import(*fns) private

Import the partial Rakefiles fn. Imported files are loaded after the current file is completely loaded. This allows the import statement to appear anywhere in the importing file, and yet allowing the imported files to depend on objects defined in the importing file.

A common use of the import statement is to include files containing dependency declarations.

See also the –rakelibdir command line option.

Example:

import ".depend", "my_rules"
Show source
Register or log in to add new notes.