module Cucumber::Parser::Feature::Scenario0

def comment

def comment
  elements[0]
end

def name

def name
  elements[5]
end

def scenario_keyword

def scenario_keyword
  elements[3]
end

def steps

def steps
  elements[7]
end

def tags

def tags
  elements[1]
end

def white1

def white1
  elements[2]
end

def white2

def white2
  elements[6]
end

def white3

def white3
  elements[8]
end