# File lib/rake.rb, line 1708 1708: def run 1709: standard_exception_handling do 1710: init 1711: load_rakefile 1712: top_level 1713: end 1714: end