mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed trailing spaces [ci skip]
This commit is contained in:
parent
5e16857315
commit
6321330461
1 changed files with 1 additions and 1 deletions
2
range.c
2
range.c
|
|
@ -1215,7 +1215,7 @@ range_min(int argc, VALUE *argv, VALUE range)
|
||||||
* range are integers), and no arguments or block are provided, returns
|
* range are integers), and no arguments or block are provided, returns
|
||||||
* last value in the range (1 before the end). Otherwise, if +self+ is
|
* last value in the range (1 before the end). Otherwise, if +self+ is
|
||||||
* an exclusive, numeric range, raises a TypeError.
|
* an exclusive, numeric range, raises a TypeError.
|
||||||
*
|
*
|
||||||
* Returns +nil+ if the begin value of the range larger than the
|
* Returns +nil+ if the begin value of the range larger than the
|
||||||
* end value. Returns +nil+ if the begin value of an exclusive
|
* end value. Returns +nil+ if the begin value of an exclusive
|
||||||
* range is equal to the end value. Raises a RangeError if called on
|
* range is equal to the end value. Raises a RangeError if called on
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue