Type:
Class
Constants:
DEFAULT_RAKEFILES
:
['rakefile', 'Rakefile', 'rakefile.rb', 'Rakefile.rb'].freeze
FIXNUM_MAX
:
(2**(0.size * 8 - 2) - 1)
Rake main application object. When invoking rake
from the
command line, a Rake::Application object is
created and run.