# File lib/rake/application.rb, line 69 69: def run 70: standard_exception_handling do 71: init 72: load_rakefile 73: top_level 74: end 75: end