class Playwright::EventEmitterOnceCallback
Public Instance Methods
call(*args)
click to toggle source
Calls superclass method
Playwright::EventEmitterCallback#call
# File lib/playwright/event_emitter.rb, line 14 def call(*args) @__result ||= super true end