Sha256: 209835a8538460a6bf97af393c7dd6dcfa79ad5df4136ca8e969a9e4b4026cc2
Contents?: true
Size: 207 Bytes
Versions: 13
Compression:
Stored size: 207 Bytes
Contents
class SdocAll class FileList < Rake::FileList def resolve if @pending super @items.replace(@items.uniq.reject{ |path| !File.exist?(path) }) end self end end end
Version data entries
13 entries across 13 versions & 1 rubygems