# File lib/rake.rb, line 1998 1998: def run 1999: standard_exception_handling do 2000: init 2001: load_rakefile 2002: top_level 2003: end 2004: end