зеркало из https://github.com/github/ruby.git
Fix typo on Integer.try_convert [ci skip]
This commit is contained in:
Родитель
637c3cfc5d
Коммит
b32b755ea2
|
@ -237,7 +237,7 @@ end
|
|||
# Otherwise if +object+ responds to <tt>:to_int</tt>,
|
||||
# calls <tt>object.to_int</tt> and returns the result.
|
||||
#
|
||||
# Returns +nil+ if +object+ does not respond to <tt>:to_ary</tt>
|
||||
# Returns +nil+ if +object+ does not respond to <tt>:to_int</tt>
|
||||
#
|
||||
# Raises an exception unless <tt>object.to_int</tt> returns an \Integer object.
|
||||
#
|
||||
|
|
Загрузка…
Ссылка в новой задаче