Sha256: 73221e2d2d507b5e08e5fc54fb1cbaabd75766691e47244e0ec97a1207c3d152
Contents?: true
Size: 712 Bytes
Versions: 3
Compression:
Stored size: 712 Bytes
Contents
module Fswatch class Monitor def initialize(options = {}) # stub method # actual implementation is located in C extension - `ext/fswatch/monitor.c` raise NotImplementedError, "Called stub method. Looks like C Extension failed to load" end def start # stub method # actual implementation is located in C extension - `ext/fswatch/monitor.c` raise NotImplementedError, "Called stub method. Looks like C Extension failed to load" end def stop # stub method # actual implementation is located in C extension - `ext/fswatch/monitor.c` raise NotImplementedError, "Called stub method. Looks like C Extension failed to load" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fswatch-rb-0.1.3 | lib/fswatch/monitor.rb |
fswatch-rb-0.1.2 | lib/fswatch/monitor.rb |
fswatch-rb-0.1.1 | lib/fswatch/monitor.rb |