class Guard::Notifier::FileNotifier

def _write(path, contents)

def _write(path, contents)
  File.write(path, contents)
end