Class: Core::Watch::Strategy

Inherits:
Object
  • Object
show all
Includes:
Is::Inspectable
Defined in:
lib/core/watch/strategy.rb

Overview

public

Abstract strategy for uniquely identifying a path.

Instance Method Summary collapse

Instance Method Details

#identify(path) ⇒ Object

public


14
15
16
# File 'lib/core/watch/strategy.rb', line 14

def identify(path)
  raise "unimplemented"
end