# File lib/em/protocols/stomp.rb, line 164 def send destination, body, parms={} send_frame "SEND", parms.merge( :destination=>destination ), body.to_s end