class Playwright::RouteHandler::StubCounter

def expired?

def expired?
  false
end

def increment

def increment
  true
end