# File lib/faye/websocket/draft75_parser.rb, line 7 def initialize(web_socket, options = {}) @socket = web_socket @stage = 0 end