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 white

def white
  elements[2]
end

def white

def white
  elements[6]
end

def white

def white
  elements[8]
end