class Playwright::ChannelOwner

def adopt!(child)

def adopt!(child)
 child.is_a?(ChannelOwner)
e ArgumentError.new("child must be a ChannelOwner: #{child.inspect}")
send(:update_parent, self)