perry (Perry Metzger)
- Login: perry
- Email: perry@piermont.com
- Registered on: 03/02/2012
- Last sign in: 04/06/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
04/05/2012
-
11:38 AM Ruby Feature #6260 (Rejected): Relationship of collating sequence to === and <=> for Strings not documented
- Collating sequences are mentioned in the documentation for the class String only in reference to the "succ" method, and only in passing. It appears that Ruby also pays attention to collating sequences in range membership testing, possibl...
03/02/2012
-
03:44 AM Ruby Bug #6106 (Closed): Ruby documentation ambiguous about mixed sign ranges in indexes
- Although syntax like s[3..-1] is legal and will return element 4 to the end of the indexed object, the documentation is ambiguous and does not make it clear that this is legal. (Apparently the documentation in 1.4 and before did indicate...