class RedisClient::RubyConnection::BufferedIO

def getbyte

Experimental RBS support (using type sampling data from the type_fusion project).

def getbyte: () -> untyped

This signature was generated using 4 samples from 1 application.

def getbyte
  ensure_remaining(1)
  byte = @buffer.getbyte(@offset)
  @offset += 1
  byte
end