Class: Driskell::Listen::Adapter::Linux
- Defined in:
- lib/driskell-listen/adapter/linux.rb
Overview
Direct Known Subclasses
Constant Summary collapse
- OS_REGEXP =
/linux/i
- DEFAULTS =
{ events: [ :recursive, :attrib, :create, :delete, :move, :close_write ], wait_for_delay: 0.1 }
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Base
#configure, #initialize, #preempt_change, #start, #started?, #stop, usable?
Constructor Details
This class inherits a constructor from Driskell::Listen::Adapter::Base