module Middleman::CoreExtensions::FileWatcher::InstanceMethods

def file_changed(*args, &block)

def file_changed(*args, &block)
  self.class.file_changed(*args, &block)
end