class Rake::FileList

def <<(obj)

def <<(obj)
  resolve
  @items << Rake.from_pathname(obj)
  self
end