# File lib/protocols/stomp.rb, line 62 62: def initialize 63: @header = {} 64: @state = :precommand 65: @content_length = nil 66: end