# File lib/rake.rb, line 2016 2016: def load_rakefile 2017: standard_exception_handling do 2018: raw_load_rakefile 2019: end 2020: end