Module: FilesArray

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

Instance Method Summary collapse

Instance Method Details

#delete_all!Object



127
128
129
130
131
# File 'lib/sugar-high/array.rb', line 127

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