# File lib/stomp_server/stomp_frame.rb, line 32 def initialize @buffer = '' @body_length = nil @frame = StompServer::StompFrame.new @frames = [] end