# File src/ruby_supportlib/phusion_passenger/config/download_agent_command.rb, line 45 def run @options = { :log_level => Logger::INFO, :colors => :auto, :error_colors => true, :show_download_progress => STDOUT.tty?, :compilation_tip => true, :force_tip => true, :use_cache => true, :connect_timeout => 30, :idle_timeout => 30 } parse_options initialize_objects sanity_check download_and_extract end