# File lib/rake/application.rb, line 58 58: def run 59: standard_exception_handling do 60: init 61: load_rakefile 62: top_level 63: end 64: end