class Cucumber::Ast::Visitor

def visit_background(background)

def visit_background(background)
  background.accept(self)
end