# File lib/rake.rb, line 1967 1967: def run 1968: standard_exception_handling do 1969: init 1970: load_rakefile 1971: top_level 1972: end 1973: end