Flowdock
class
Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Superclass: Object

Class deprecated or moved

This class is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.

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

Constants

FIXNUM_MAX = (2**(0.size * 8 - 2) - 1)

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

Attributes

[R] top_level_tasks

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

[RW] terminal_columns

Number of columns on the terminal

[R] rakefile

Name of the actual rakefile used.

[R] original_dir

The original directory where rake was invoked.

[R] name

The name of the application (typically ‘rake’)

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