# File lib/vendor/fssm/fssm/monitor.rb, line 15
  def file(*args, &block)
    path = FSSM::Path.new(*args)
    FSSM::Support.use_block(path, block)

    @backend.add_handler(FSSM::State::File.new(path))
    path
  end