Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions core/kernel.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -1668,6 +1668,15 @@ module Kernel : BasicObject
#
def self?.throw: (untyped tag, ?untyped obj) -> bot

# <!--
# rdoc-file=eval.c
# - using(module) -> self
# -->
# Import class refinements from *module* into the scope where
# #using is called.
#
def self?.using: (Module) -> self

# <!--
# rdoc-file=warning.rb
# - warn(*msgs, uplevel: nil, category: nil) -> nil
Expand Down