Skip to content

Commit

Permalink
Update core/kernel.rbs
Browse files Browse the repository at this point in the history
Co-authored-by: ParadoxV5 <[email protected]>
  • Loading branch information
sampersand and ParadoxV5 authored Nov 24, 2023
1 parent 23b87ca commit 0f2f00e
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 @@ -2674,7 +2674,7 @@ module Kernel : BasicObject
# Object.new.nil? #=> false
# nil.nil? #=> true
#
def nil?: () -> false
def nil?: () -> false # Overriden by NilClass#nil?

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

0 comments on commit 0f2f00e

Please sign in to comment.