class Rake::FileList

def import(array)

def import(array)
  @items = array
  self
end