class Honeybadger::Agent

def context_manager

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

def context_manager: () -> Honeybadger::ContextManager

This signature was generated using 1 sample from 1 application.

def context_manager
  return @context if @context
  ContextManager.current
end