Class: Playwright::RouteHandler::StubCounter

Inherits:
Object
  • Object
show all
Defined in:
lib/playwright/route_handler.rb

Instance Method Summary collapse

Instance Method Details

#expired?Boolean

Returns:

  • (Boolean)


25
26
27
# File 'lib/playwright/route_handler.rb', line 25

def expired?
  false
end

#incrementObject



21
22
23
# File 'lib/playwright/route_handler.rb', line 21

def increment
  true
end