module Cucumber::Parser::Feature::Examples1

def at_line?(line)

def at_line?(line)
  examples_keyword.line == line ||
  table.at_line?(line)
end