class
Ruby latest stable (v2_5_5)
-
0 notes
- Superclass:
Object
- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378
- 1_9_2_180
- 1_9_3_125 (0)
- 1_9_3_392 (0)
- 2_1_10 (0)
- 2_2_9 (0)
- 2_4_6
- 2_5_5
- 2_6_3
- What's this?
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’) |