Method: Cucumber::Parser::Feature::Background1#matches_name?
- Defined in:
- lib/cucumber/parser/feature.rb
#matches_name?(regexp_to_match) ⇒ Boolean
502 503 504 |
# File 'lib/cucumber/parser/feature.rb', line 502 def matches_name?(regexp_to_match) name.build =~ regexp_to_match end |