module Cucumber::Parser::Feature::Examples0

def eol

def eol
  elements[4]
end

def examples_keyword

def examples_keyword
  elements[1]
end

def name

def name
  elements[3]
end

def table

def table
  elements[5]
end

def white

def white
  elements[6]
end