Method: Cucumber::Parser::Feature::Background1#has_tags?
- Defined in:
- lib/cucumber/parser/feature.rb
#has_tags?(tag_names) ⇒ Boolean
489 490 491 492 |
# File 'lib/cucumber/parser/feature.rb', line 489 def (tag_names) = self.parent. .(tag_names) end |