class Playwright::EventEmitterCallback

def initialize(callback_proc)

def initialize(callback_proc)
  @proc = callback_proc
end