Class | Listen::Adapters::Windows |
In: |
lib/listen/adapters/windows.rb
|
Parent: | Adapter |
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}/, '') |