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.

find_rakefile_location
  • References/Ruby on Rails/Ruby/Classes/Rake/Rake::Application

find_rakefile_location() Instance Public methods

2025-01-10 15:47:30
invoke_task
  • References/Ruby on Rails/Ruby/Classes/Rake/Rake::Application

invoke_task(task_string) Instance Public methods private âââââââââââââââââââââ-

2025-01-10 15:47:30
standard_rake_options
  • References/Ruby on Rails/Ruby/Classes/Rake/Rake::Application

standard_rake_options() Instance Public methods A list of all the standard options

2025-01-10 15:47:30
terminal_width
  • References/Ruby on Rails/Ruby/Classes/Rake/Rake::Application

terminal_width() Instance Public methods

2025-01-10 15:47:30
standard_exception_handling
  • References/Ruby on Rails/Ruby/Classes/Rake/Rake::Application

standard_exception_handling() Instance Public methods Provide standard exception

2025-01-10 15:47:30
windows?
  • References/Ruby on Rails/Ruby/Classes/Rake/Rake::Application

windows?() Instance Public methods

2025-01-10 15:47:30
load_imports
  • References/Ruby on Rails/Ruby/Classes/Rake/Rake::Application

load_imports() Instance Public methods Load the pending list of imported files

2025-01-10 15:47:30
rake_require
  • References/Ruby on Rails/Ruby/Classes/Rake/Rake::Application

rake_require(file_name, paths=$LOAD_PATH, loaded=$") Instance Public methods Similar

2025-01-10 15:47:30
handle_options
  • References/Ruby on Rails/Ruby/Classes/Rake/Rake::Application

handle_options() Instance Public methods Read and handle the command line options

2025-01-10 15:47:30
run
  • References/Ruby on Rails/Ruby/Classes/Rake/Rake::Application

run() Instance Public methods Run the Rake application. The run method performs

2025-01-10 15:47:30