# File lib/stomp/client.rb, line 198 def send(*args) warn("This method is deprecated and will be removed on the next release. Use 'publish' instead") publish(*args) end