Method: Cucumber::Parser::Feature::Background1#at_line?
- Defined in:
- lib/cucumber/parser/feature.rb
#at_line?(line) ⇒ Boolean
506 507 508 509 |
# File 'lib/cucumber/parser/feature.rb', line 506 def at_line?(line) background_keyword.line == line || steps.at_line?(line) end |