class FileWatch::TailMode::Handlers::Timeout
Public Instance Methods
handle_specifically(watched_file)
click to toggle source
# File lib/filewatch/tail_mode/handlers/timeout.rb, line 5 def handle_specifically(watched_file) watched_file.listener.timed_out watched_file.file_close end