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.

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

rakefile_location(backtrace=caller) Instance Public methods

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

truncate_output?() Instance Public methods We will truncate output if we are

2025-01-10 15:47:30
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
display_tasks_and_comments
  • References/Ruby on Rails/Ruby/Classes/Rake/Rake::Application

display_tasks_and_comments() Instance Public methods Display the tasks and comments

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

display_error_message(ex) Instance Public methods Display the error message

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

parse_task_string(string) Instance Public methods

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
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