# File lib/websocket/frame/outgoing.rb, line 27 def to_s set_error(:unknown_frame_type) and return unless supported? encode_frame end