diff --git a/core/enumerator.rbs b/core/enumerator.rbs index 30b32d46f..099b442a5 100644 --- a/core/enumerator.rbs +++ b/core/enumerator.rbs @@ -269,6 +269,10 @@ class Enumerator[unchecked out Elem, out Return] < Object # def feed: (Elem arg0) -> NilClass + interface _Call + def call: () -> untyped + end + #