7 8 9 10 11
# File 'lib/abalone/buffer.rb', line 7 def send(message) @buffer << JSON.parse(message)['data'] rescue nil end