# File lib/fastri/ri_service.rb, line 98
    def yield(matches)
      case matches
      when nil, []; nil
      when Array
        throw :MatchFinder_return, matches
      else
        throw :MatchFinder_return, [matches]
      end
    end