Method: Rake::Application#add_import

Defined in:
lib/rake/application.rb

#add_import(fn) ⇒ Object

Add a file to the list of files to be imported.



699
700
701
# File 'lib/rake/application.rb', line 699

def add_import(fn)
  @pending_imports << fn
end