add_import(fn)
Add a file to the list of files to be imported.
# File lib/rake/application.rb, line 699 def add_import(fn) @pending_imports << fn end