A mixin containing methods common to WebSocket frame classes.
WebSocket
Get a string identifying the websocket the frame belongs to.
# File lib/mongrel2/websocket.rb, line 212 def socket_id return [ self.sender_id, self.conn_id ].join( ':' ) end