class Faye::WebSocket::Draft76Parser

def spaces_in_key(key)

def spaces_in_key(key)
  key.scan(/ /).size
end