зеркало из https://github.com/github/ruby.git
[DOC] Fix indentation in Numeric#step
This commit is contained in:
Родитель
e168dbdac5
Коммит
d96fe5e4f8
|
@ -2966,8 +2966,8 @@ num_step_size(VALUE from, VALUE args, VALUE eobj)
|
|||
* greater than or equal to +to+ if +by+ is negative.
|
||||
* If +to+ is +nil+, the sequence is of infinite length.
|
||||
*
|
||||
* If a block is given, calls the block with each number in the sequence;
|
||||
* returns +self+. If no block is given, returns an Enumerator::ArithmeticSequence.
|
||||
* If a block is given, calls the block with each number in the sequence;
|
||||
* returns +self+. If no block is given, returns an Enumerator::ArithmeticSequence.
|
||||
*
|
||||
* <b>Keyword Arguments</b>
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче