# File lib/thinking_sphinx/guard/files.rb, line 4
  def self.call(names, &block)
    new(names).call(&block)
  end