Class: Listen::Adapter::Linux
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/listen-3.8.0/lib/listen/adapter/linux.rb
Overview
Constant Summary collapse
- OS_REGEXP =
/linux/i.freeze
- DEFAULTS =
{ events: [ :recursive, :attrib, :create, :modify, :delete, :move, :close_write ], wait_for_delay: 0.1 }.freeze
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Base
#configure, #initialize, #start, #started?, #stop, usable?
Constructor Details
This class inherits a constructor from Listen::Adapter::Base