File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -352,8 +352,8 @@ class TracePoint
352352 # trace.enable { p tp.lineno }
353353 # #=> RuntimeError: access from outside
354354 #
355- def enable : (?target: Method | RubyVM::InstructionSequence | Proc | nil , ?target_line: int?, ?target_thread: Thread | :default | nil ) -> bool
356- | [T] (?target: Method | RubyVM::InstructionSequence | Proc | nil , ?target_line: int?, ?target_thread: Thread | :default | nil ) { () -> T } -> T
355+ def enable : (?target: Method | UnboundMethod | RubyVM::InstructionSequence | Proc | nil , ?target_line: int?, ?target_thread: Thread | :default | nil ) -> bool
356+ | [T] (?target: Method | UnboundMethod | RubyVM::InstructionSequence | Proc | nil , ?target_line: int?, ?target_thread: Thread | :default | nil ) { () -> T } -> T
357357
358358 # <!--
359359 # rdoc-file=trace_point.rb
You can’t perform that action at this time.
0 commit comments