class Cucumber::Ast::Scenario

def with_visitor(visitor)

def with_visitor(visitor)
  @current_visitor = visitor
  yield
  @current_visitor = nil
end