From ebca4ccedd9fe5432e0422a86dd2cb77a75a7376 Mon Sep 17 00:00:00 2001 From: ParadoxV5 Date: Fri, 3 Feb 2023 21:59:56 -0700 Subject: [PATCH] give `_ToProc#to_proc` a return type --- core/builtin.rbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/builtin.rbs b/core/builtin.rbs index 2b1a0f71a..b9d53f009 100644 --- a/core/builtin.rbs +++ b/core/builtin.rbs @@ -23,7 +23,7 @@ interface _ToHash[K, V] end interface _ToProc - def to_proc: () -> untyped + def to_proc: () -> Proc end interface _ToPath