# File lib/cucumber/parser/feature.rb, line 824 def outline_at_line?(line) scenario_outline_keyword.line == line || steps.at_line?(line) end