Method: Coyote::FSListeners::Windows#initialize

Defined in:
lib/coyote/fs_listeners/windows.rb

#initializeWindows

Returns a new instance of Windows.



5
6
7
8
# File 'lib/coyote/fs_listeners/windows.rb', line 5

def initialize
  super
  @fchange = FChange::Notifier.new
end