class Listen::Record::SymlinkDetector

Public Instance Methods

_fail(_, _) click to toggle source
# File lib/guard/cookstyle/monkey_patch/listen.rb, line 7
def _fail(_, _)
  fail Error, "Don't watch locally-symlinked directory twice"
end