# File lib/mspec/runner/filters/match.rb, line 7
7:   def to_regexp(*strings)
8:     strings.map { |str| Regexp.new Regexp.escape(str) }
9:   end