зеркало из https://github.com/github/ruby.git
Correct indentation error in numeric.c (#5178)
This commit is contained in:
Родитель
b0bbcaedc7
Коммит
e469ebd7d3
|
@ -3468,12 +3468,12 @@ rb_num2ull(VALUE val)
|
||||||
|
|
||||||
/********************************************************************
|
/********************************************************************
|
||||||
*
|
*
|
||||||
* Document-class: Integer
|
* Document-class: Integer
|
||||||
*
|
*
|
||||||
* An \Integer object represents an integer value.
|
* An \Integer object represents an integer value.
|
||||||
*
|
*
|
||||||
* An attempt to add a singleton method to an instance of this class
|
* An attempt to add a singleton method to an instance of this class
|
||||||
* causes an exception to be raised.
|
* causes an exception to be raised.
|
||||||
*
|
*
|
||||||
* == What's Here
|
* == What's Here
|
||||||
*
|
*
|
||||||
|
|
Загрузка…
Ссылка в новой задаче