Methods

Listen::Adapter::Polling

Polling Adapter that works cross-platform and has no dependencies. This is the adapter that uses the most CPU processing power and has higher file IO than the other implementations.

Public Class Methods

usable?() click to toggle source
# File lib/listen/adapter/polling.rb, line 12
def self.usable?
  true
end

Public Instance Methods

start() click to toggle source
# File lib/listen/adapter/polling.rb, line 16
def start
  _poll_directories
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.