core/fiber.rbs in rbs-3.5.3 vs core/fiber.rbs in rbs-3.6.0.dev.1
- old
+ new
@@ -266,10 +266,10 @@
# be an instance of Hash.
#
# Explicitly using `storage: true` is currently experimental and may change in
# the future.
#
- def initialize: (?blocking: boolish, ?storage: true | Hash[interned, untyped] | nil) { (*untyped) -> void } -> void
+ def initialize: (?blocking: boolish, ?storage: true | Hash[interned, untyped] | nil) { (?) -> void } -> void
# <!--
# rdoc-file=cont.c
# - fiber.alive? -> true or false
# -->