# File lib/mspec/runner/filters/match.rb, line 11
11:   def ===(string)
12:     @descriptions.any? { |d| d === string }
13:   end