# File lib/redis/connection/ruby.rb, line 243 def format_multi_bulk_reply(line) n = line.to_i return if n == -1 Array.new(n) { read } end