[DOC] Fix indentation in Numeric#step
This commit is contained in:
parent
e168dbdac5
commit
d96fe5e4f8
@ -2966,8 +2966,8 @@ num_step_size(VALUE from, VALUE args, VALUE eobj)
|
|||||||
* greater than or equal to +to+ if +by+ is negative.
|
* greater than or equal to +to+ if +by+ is negative.
|
||||||
* If +to+ is +nil+, the sequence is of infinite length.
|
* If +to+ is +nil+, the sequence is of infinite length.
|
||||||
*
|
*
|
||||||
* If a block is given, calls the block with each number in the sequence;
|
* 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.
|
* returns +self+. If no block is given, returns an Enumerator::ArithmeticSequence.
|
||||||
*
|
*
|
||||||
* <b>Keyword Arguments</b>
|
* <b>Keyword Arguments</b>
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user