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.

handle_options
  • References/Ruby on Rails/Ruby/Classes/Rake/Rake::RakeApp

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

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

run_with_threads() Instance Public methods Run the given block with the thread

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

parse_task_string(string) Instance Public methods

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

truncate(string, width) Instance Public methods

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

rakefile_location(backtrace=caller) Instance Public methods

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

system_dir() Instance Public methods The directory path containing the system

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

add_loader(ext, loader) Instance Public methods Add a loader to handle imported

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

top_level() Instance Public methods Run the top level tasks of a Rake application

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

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

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

display_prerequisites() Instance Public methods Display the tasks and prerequisites

2025-01-10 15:47:30