Class: Playwright::RouteHandler::StubCounter
- Inherits:
-
Object
- Object
- Playwright::RouteHandler::StubCounter
- Defined in:
- lib/playwright/route_handler.rb
Instance Method Summary collapse
Instance Method Details
#expired? ⇒ Boolean
25 26 27 |
# File 'lib/playwright/route_handler.rb', line 25 def expired? false end |
#handle ⇒ Object
21 22 23 |
# File 'lib/playwright/route_handler.rb', line 21 def handle true end |