class Core::Watch::Strategy
- public
-
Abstract strategy for uniquely identifying a path.
Public Instance Methods
identify(path)
click to toggle source
- public
# File lib/core/watch/strategy.rb, line 14 def identify(path) raise "unimplemented" end