# File lib/websocket/frame/outgoing.rb, line 26 def to_s raise WebSocket::Error::Frame::UnknownFrameType unless supported? @handler.encode_frame end