Class: Playwright::EventEmitterOnceCallback

Inherits:
EventEmitterCallback show all
Defined in:
lib/playwright/event_emitter.rb

Instance Method Summary collapse

Methods inherited from EventEmitterCallback

#initialize

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