diff --git a/core/trace_point.rbs b/core/trace_point.rbs index af65af09e..c5778f4f8 100644 --- a/core/trace_point.rbs +++ b/core/trace_point.rbs @@ -63,7 +63,7 @@ # `:script_compiled` # : new Ruby code compiled (with `eval`, `load` or `require`) # -class TracePoint < Object +class TracePoint # # Return the called name of the method being called # - def callee_id: () -> Symbol + def callee_id: () -> Symbol? # # Return the name at the definition of the method being called # - def method_id: () -> Symbol + def method_id: () -> Symbol? #