# File lib/mspec/runner/filters/tag.rb, line 4
4:   def initialize(what, *tags)
5:     @what = what
6:     @tags = tags
7:   end