module DEBUGGER__

def self.info msg

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

def self.info: (String msg) -> nil

This signature was generated using 544 samples from 5 applications.

def self.info msg
  log :INFO, msg
end