# File lib/rake.rb, line 1878 1878: def run 1879: standard_exception_handling do 1880: init 1881: load_rakefile 1882: top_level 1883: end 1884: end