Skip to content

Commit

Permalink
Merge pull request #2017 from ruby/kernel-class
Browse files Browse the repository at this point in the history
Let `Kernel#class` be `class` type
  • Loading branch information
soutaro authored Sep 18, 2024
2 parents bc6ee45 + 7882e4a commit 5441805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/kernel.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ module Kernel : BasicObject
# 1.class #=> Integer
# self.class #=> Object
#
def class: () -> Class
def class: () -> class

# <!--
# rdoc-file=vm_eval.c
Expand Down

0 comments on commit 5441805

Please sign in to comment.