class Rake::FileList

def import(array) # :nodoc:

:nodoc:
def import(array) # :nodoc:
  @items = array
  self
end