module DEBUGGER__

def self.debug(&b)

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

def self.debug: () -> nil

This signature was generated using 548 samples from 4 applications.

def self.debug(&b)
  if check_loglevel :DEBUG
    log :DEBUG, b.call
  end
end