# File lib/thinking_sphinx/guard/file.rb, line 25
  def unlock
    FileUtils.rm(path) if locked?
  end