class Puma::Binder

def socket_activation_fd(int)

Other tags:
    Version: - 5.0.0
def socket_activation_fd(int)
  int + 3 # 3 is the magic number you add to follow the SA protocol
end