# File lib/stomp_server/stomp_frame.rb, line 5 def initialize(command=nil, headers=nil, body=nil) @command = command @headers = headers || {} @body = body || '' end