Class: Playwright::EventEmitterOnceCallback
- Inherits:
-
EventEmitterCallback
- Object
- EventEmitterCallback
- Playwright::EventEmitterOnceCallback
- Defined in:
- lib/playwright/event_emitter.rb
Instance Method Summary collapse
Methods inherited from EventEmitterCallback
Constructor Details
This class inherits a constructor from Playwright::EventEmitterCallback
Instance Method Details
#call(*args) ⇒ Object
14 15 16 17 |
# File 'lib/playwright/event_emitter.rb', line 14 def call(*args) @__result ||= super true end |