class Middleman::CoreExtensions::FileWatcher::API

def deleted(matcher=nil, &block)

Returns:
  • (Array) -

Parameters:
  • matcher (nil, Regexp) -- A Regexp to match the deleted path against
def deleted(matcher=nil, &block)
  @_deleted << [block, matcher] if block_given?
  @_deleted
end