Parent

Methods

Object

Public Instance Methods

run() click to toggle source
# File lib/vendor/darwin/spec/rb-fsevent/fsevent_spec.rb, line 64
def run
  sleep 1
  Thread.new { @fsevent.run }
  sleep 1
end
stop() click to toggle source
# File lib/vendor/darwin/spec/rb-fsevent/fsevent_spec.rb, line 70
def stop
  sleep 1
  @fsevent.stop
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.