Module: FilesArray

Defined in:
lib/sugar-high/array.rb

Instance Method Summary collapse

Instance Method Details

#delete_all!Object



43
44
45
46
47
# File 'lib/sugar-high/array.rb', line 43

def delete_all!
  self.each do |f| 
    f.delete! if f.kind_of?(File)
  end
end