class

Rake::Application

ruby latest stable - 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.

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