class LazyRotator::File::Delete
Removes files that have met the current retention limit
Public Instance Methods
process()
click to toggle source
# File lib/lazy_rotator/file/delete.rb, line 7 def process ::File.delete file_name end