class Rake::Application

def add_import(fn) # :nodoc:

:nodoc:
Add a file to the list of files to be imported.
def add_import(fn) # :nodoc:
  @pending_imports << fn
end