Flowdock
class
Importance_1
v1_9_3_392 - Show latest stable - 0 notes - Superclass: Object

Rake main application object. When invoking rake from the command line, a Rake::Application object is created and run.

Constants

DEFAULT_RAKEFILES = ['rakefile', 'Rakefile', 'rakefile.rb', 'Rakefile.rb'].freeze

Attributes

[R] name

The name of the application (typically ‘rake’)

[R] original_dir

The original directory where rake was invoked.

[R] rakefile

Name of the actual rakefile used.

[RW] terminal_columns

Number of columns on the terminal

[R] top_level_tasks

List of the top level task names (task names from the command line).

Show files where this class is defined (1 file)
Register or log in to add new notes.