Skip to content

Commit

Permalink
Update kernel.rbs
Browse files Browse the repository at this point in the history
  • Loading branch information
sampersand committed Aug 4, 2024
1 parent b1a6b95 commit db0988c
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 @@ -2644,7 +2644,7 @@ module Kernel : BasicObject
# Object.new.nil? #=> false
# nil.nil? #=> true
#
def nil?: () -> false
def nil?: () -> bool

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

0 comments on commit db0988c

Please sign in to comment.