# File lib/gherkin/formatter/tag_filter.rb, line 6
      def initialize(tags)
        @tag_expression = TagExpression.new(tags)
      end