class Guard::MyPlugin

def run_on_modifications

def run_on_modifications
  Guard::Compat::UI.color_enabled?
  Guard::Compat.matching_files(self, ['foo'])
  Guard::Compat.watched_directories
end