Class: LazyRotator::File::Delete
- Inherits:
-
Undetermined
- Object
- Undetermined
- LazyRotator::File::Delete
- Defined in:
- lib/lazy_rotator/file/delete.rb
Overview
Removes files that have met the current retention limit
Instance Attribute Summary
Attributes inherited from Undetermined
Instance Method Summary collapse
Methods inherited from Undetermined
#<=>, #==, file_number, #initialize, #number
Constructor Details
This class inherits a constructor from LazyRotator::File::Undetermined
Instance Method Details
#process ⇒ Object
7 8 9 |
# File 'lib/lazy_rotator/file/delete.rb', line 7 def process ::File.delete file_name end |