# File lib/riddle/client/message.rb, line 58 def append_array(array) append_int(array.length) array.each { |item| append_string(item) } end