From 11e58504b5bac3715068bdc6809ea65e8ff218cf Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Tue, 25 Mar 2025 11:15:06 +0900 Subject: [PATCH] Add signature for top-level using --- core/kernel.rbs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/core/kernel.rbs b/core/kernel.rbs index 174ef2523..e9caa905a 100644 --- a/core/kernel.rbs +++ b/core/kernel.rbs @@ -1668,6 +1668,15 @@ module Kernel : BasicObject # def self?.throw: (untyped tag, ?untyped obj) -> bot + # + # Import class refinements from *module* into the scope where + # #using is called. + # + def self?.using: (Module) -> self + #