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