# File lib/thinking_sphinx/guard/file.rb, line 10
  def lock
    FileUtils.touch path
  end