# File lib/rake/file_list.rb, line 203
    def <<(obj)
      resolve
      @items << Rake.from_pathname(obj)
      self
    end