# File lib/hiredis/ruby/reader.rb, line 16
      def gets
        reply = @task.process
        @buffer.discard!
        reply
      end