module Cucumber::Parser::Feature::Comment1

def build

def build
  Ast::Comment.new(text_value)
end