class FChange::Event
def initialize(watcher)
-
watcher
(Watcher
) -- The {Watcher} that fired the event
Other tags:
- Private: -
def initialize(watcher) @watcher = watcher end
watcher
(Watcher
)
-- The {Watcher} that fired the event
def initialize(watcher) @watcher = watcher end