Listen::Adapter::Base
Adapter implementation for Windows `wdm`.
The message to show when wdm gem isn't available
# File lib/listen/adapter/windows.rb, line 16 def self.usable? if RbConfig::CONFIG['target_os'] =~ /mswin|mingw|cygwin/ require 'wdm' true end rescue Gem::LoadError Kernel.warn BUNDLER_DECLARE_GEM end
# File lib/listen/adapter/windows.rb, line 25 def start worker = _init_worker worker.run! end
[Validate]
Generated with the Darkfish Rdoc Generator 2.