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