Methods

Files

FilesArray

Public Instance Methods

delete_all!() click to toggle source
# File lib/sugar-high/array.rb, line 131
def delete_all!
  self.each do |f|
    f.delete! if f.kind_of?(File)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.