# File lib/stomp_server/stomp_frame.rb, line 47 def parse_binary_body if @buffer.length > @body_length parse_body(@body_length) end end