Module: FilesArray

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

Instance Method Summary collapse

Instance Method Details

#delete_all!Object



131
132
133
134
135
# File 'lib/sugar-high/array.rb', line 131

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