An event caused by a change on the filesystem. Each {Watcher} can fire many events, which are passed to that watcher’s callback.
Creates an event from a string of binary data. Differs from {Event.consume} in that it doesn’t modify the string.
@private @param watcher [Watcher] The {Watcher} that fired the event
# File lib/vendor/windows/lib/rb-fchange/event.rb, line 16 def initialize(watcher) @watcher = watcher end
Generated with the Darkfish Rdoc Generator 2.