Class: Core::Watch::Strategy
- Inherits:
-
Object
- Object
- Core::Watch::Strategy
- Defined in:
- lib/core/watch/strategy.rb
Overview
- public
-
Abstract strategy for uniquely identifying a path.
Instance Method Summary collapse
-
#identify(path) ⇒ Object
[public].
Instance Method Details
#identify(path) ⇒ Object
- public
10 11 12 |
# File 'lib/core/watch/strategy.rb', line 10 def identify(path) raise "unimplemented" end |