module RedisClient::PIDCache

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

# sig/redis_client/pid_cache.rbs

module RedisClient::PIDCache
  def update!: () -> Integer
end

def pid

def pid
  Process.pid
end

def update!

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

def update!: () -> Integer

This signature was generated using 2 samples from 1 application.

def update!
  @pid = Process.pid
end