Object
# File lib/stomp_server/stomp_user.rb, line 10 def initialize @data = [] end
# File lib/stomp_server/stomp_user.rb, line 13 def stomp_send_data(data) @data << data.to_s end
[Validate]
Generated with the Darkfish Rdoc Generator 2.