Parent

Included Modules

Listen::Adapter::Base

Constants

DEFAULT_LATENCY

The default delay between checking for changes.

Attributes

listener[RW]

Public Class Methods

local_fs?() click to toggle source
# File lib/listen/adapter/base.rb, line 23
def self.local_fs?
  true
end
new(listener) click to toggle source
# File lib/listen/adapter/base.rb, line 11
def initialize(listener)
  @listener = listener
end
usable?() click to toggle source
# File lib/listen/adapter/base.rb, line 15
def self.usable?
  fail NotImplementedError
end

Public Instance Methods

start() click to toggle source
# File lib/listen/adapter/base.rb, line 19
def start
  fail NotImplementedError
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.