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