# File lib/hiredis/ruby/reader.rb, line 68 def process_bulk_reply bulk_length = @line.to_i return nil if bulk_length < 0 # Caught by caller function when false @buffer.read(bulk_length, 2) end