# File lib/websocket/handshake/base.rb, line 10 def initialize(args = {}) @state = :new @data = "" @headers = {} end