# File lib/thinking_sphinx/guard/file.rb, line 14
  def locked?
    File.exists? path
  end