# File lib/riddle/client/response.rb, line 70 def next_float_array count = next_int items = [] count.times do items << self.next_float end items end