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.

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

have_rakefile() Instance Public methods True if one of the files in RAKEFILES

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

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

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

rakefile_location(backtrace=caller) Instance Public methods

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

print_rakefile_directory(location) Instance Public methods

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

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

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

display_prerequisites() Instance Public methods Display the tasks and prerequisites

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
dynamic_width_tput
  • References/Ruby on Rails/Ruby/Classes/Rake/Rake::Application

dynamic_width_tput() Instance Public methods

2025-01-10 15:47:30
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