Class: FileWatch::ObservingTail::NullObserver

Inherits:
Object
  • Object
show all
Defined in:
lib/filewatch/observing_tail.rb

Instance Method Summary collapse

Instance Method Details

#listener_for(path) ⇒ Object



19
# File 'lib/filewatch/observing_tail.rb', line 19

def listener_for(path) NullListener.new(path); end