# File lib/protocols/stomp.rb, line 39 39: def initialize 40: @header = {} 41: @state = :precommand 42: @content_length = nil 43: end