class Core::Watch::Strategies::Timestamp

public

Identifies a path by modified time.

Public Instance Methods

identify(path) click to toggle source
public
# File lib/core/watch/strategies/timestamp.rb, line 17
def identify(path)
  path.mtime
end