# File lib/cucumber/parser/feature.rb, line 494 def matches_tags?(tag_names) Ast::Tags.matches?(self.parent.tags.tag_names, tag_names) end