Skip to content

Commit

Permalink
Let Kernel#class be class type
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Sep 18, 2024
1 parent 902ff7b commit 7882e4a
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 7882e4a

Please sign in to comment.