module Kernel::_Tracer
An interface used with trace_var (and untrace_var) for custom command types.
Public Instance Methods
(untyped argument) → void
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/core/kernel.rbs, line 2227
def call: (untyped argument) -> void
Called whenever the global variable thatβs being traced changes; the argument is the new value.