module Sasquatch
Public Class Methods
watch(*args, &block)
click to toggle source
Sasquatch
to file system modifications on a either single directory or multiple directories.
@param (see Sasquatch::Quatcher#new)
@return [Sasquatch::Quatcher] the listener
# File lib/sasquatchjs.rb, line 10 def self.watch(*args, &block) Quatcher.new(*args) end