# File lib/thinking_sphinx/wildcard.rb, line 6
  def self.call(query, pattern = DEFAULT_TOKEN)
    new(query, pattern).call
  end