class Middleman::CoreExtensions::FileWatcher::API
def ignored?(path)
-
(Boolean)
-
Parameters:
-
path
(Pathname
) --
def ignored?(path) IGNORE_LIST.any? { |r| path.to_s.match(r) } end
(Boolean)
-
path
(Pathname
)
--
def ignored?(path) IGNORE_LIST.any? { |r| path.to_s.match(r) } end