class
Rake::Application
ruby latest stable
- Superclass: Object
Rake main application object. When invoking rake from the command line, a Rake::Application object is created and run.
Included modules
- Rake::TaskManager
- Rake::TraceOutput
Constants
DEFAULT_RAKEFILES = [\n'rakefile',\n'Rakefile',\n'rakefile.rb',\n'Rakefile.rb'\n].freeze
FIXNUM_MAX = (2**(0.size * 8 - 2) - 1)
Attributes
| [R] | name |
| [R] | original_dir |
| [R] | rakefile |
| [RW] | terminal_columns |
| [R] | top_level_tasks |
Files
- lib/rake/application.rb