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