class DEBUGGER__::UI_LocalConsole

def activate session, on_fork: false

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

def activate: (DEBUGGER__::Session session, on_fork: true) -> nil

This signature was generated using 1 sample from 1 application.

def activate session, on_fork: false
  activate_sigint unless CONFIG[:no_sigint_hook]
end