class Listen::Record::SymlinkDetector

Public Instance Methods

_fail(_, _) click to toggle source
# File lib/kamaze/project/boot/listen.rb, line 29
def _fail(_, _)
  fail Error, "Don't watch locally-symlinked directory twice"
end