# File lib/mspec/runner/actions/tag.rb, line 39
39:   def ===(string)
40:     return true unless @sfilter or @tfilter
41:     @sfilter === string or @tfilter === string
42:   end