Parent

Methods

Class Index [+]

Quicksearch

ActiveSupport::FileWatcher::Backend

Public Class Methods

new(path, watcher) click to toggle source
   # File lib/active_support/file_watcher.rb, line 4
4:       def initialize(path, watcher)
5:         @watcher = watcher
6:         @path    = path
7:       end

Public Instance Methods

trigger(files) click to toggle source
    # File lib/active_support/file_watcher.rb, line 9
 9:       def trigger(files)
10:         @watcher.trigger(files)
11:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.