Sha256: 89365808a534fdffb6372623f74fae67b1fc1e8c8dc9b266edca8f12a4e70555
Contents?: true
Size: 170 Bytes
Versions: 18
Compression:
Stored size: 170 Bytes
Contents
# encoding: utf-8 module LogStash module Inputs class DeleteCompletedFileHandler def handle(path) Pathname.new(path).unlink rescue nil end end end end
Version data entries
18 entries across 18 versions & 1 rubygems