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 + #