# File lib/cucumber/parser/feature.rb, line 1166 def at_line?(line) examples_keyword.line == line || table.at_line?(line) end