# File lib/rack/websocket/handler/base.rb, line 8
def
on_open
;
@parent
.
on_open
(
@env
);
end