Class: Listen::Record::SymlinkDetector

Inherits:
Object
  • Object
show all
Defined in:
lib/softcover/commands/server.rb

Instance Method Summary collapse

Instance Method Details

#_fail(_, _) ⇒ Object



84
85
86
# File 'lib/softcover/commands/server.rb', line 84

def _fail(_, _)
  fail Error, "Don't watch locally-symlinked directory twice"
end