# File lib/rake/application.rb, line 62 62: def run 63: standard_exception_handling do 64: init 65: load_rakefile 66: top_level 67: end 68: end