class Rake::Application

def load_rakefile

Find the rakefile and then load it and any pending imports.
def load_rakefile
  standard_exception_handling do
    raw_load_rakefile
  end
end