Class Listen::Adapters::Windows
In: lib/listen/adapters/windows.rb
Parent: Adapter

Adapter implementation for Windows `wdm`.

Methods

Constants

BUNDLER_DECLARE_GEM = <<-EOS.gsub(/^ {6}/, '') Please add the following to your Gemfile to avoid polling for changes: require 'rbconfig' gem 'wdm', '>= 0.1.0' if RbConfig::CONFIG['target_os'] =~ /mswin|mingw/i EOS .gsub(/^ {6}/, '')

Public Class methods

Load the adapter gem

@return [Boolean] whether required or not

Checks if the adapter is usable on target OS.

@return [Boolean] whether usable or not

[Validate]