module Cucumber::Parser::Feature::Examples0

def comment

def comment
  elements[0]
end

def eol

def eol
  elements[5]
end

def examples_keyword

def examples_keyword
  elements[2]
end

def name

def name
  elements[4]
end

def table

def table
  elements[6]
end

def white

def white
  elements[7]
end