# File lib/rake/application.rb, line 79 def run(argv = ARGV) standard_exception_handling do init "rake", argv load_rakefile top_level end end