mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo [ci skip]
This commit is contained in:
parent
3621a7debf
commit
eefc2d8a3c
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class Integer
|
|||
# call-seq:
|
||||
# int.zero? -> true or false
|
||||
#
|
||||
# Returns +true+ if +num+ has a zero value.
|
||||
# Returns +true+ if +int+ has a zero value.
|
||||
def zero?
|
||||
Primitive.attr! 'inline'
|
||||
Primitive.cexpr! 'int_zero_p(self)'
|
||||
|
|
Loading…
Reference in a new issue