# File lib/mspec/runner/filters/match.rb, line 2
2:   def initialize(what, *strings)
3:     @what = what
4:     @descriptions = to_regexp(*strings)
5:   end