# File lib/cucumber/parser/feature.rb, line 684 def at_line?(line) scenario_keyword.line == line || steps.at_line?(line) || tags.at_line?(line) end