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.

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

terminal_width() Instance Public methods

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

truncate(string, width) Instance Public methods

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