cdunn2001 (Christopher Dunn)
- Login: cdunn2001
- Email: cdunn2001@gmail.com
- Registered on: 12/29/2010
- Last sign in: 07/08/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
12/29/2010
-
05:45 AM Ruby Bug #1650: Time range === is slow
- =begin
That's not what the docs say. They are ambiguous. http://ruby-doc.org/ruby-1.9/classes/Range.html:
- rng.cover?(val) => true or false
Returns true if obj is between beg and end, i.e beg <= obj <= end (or end exclusive w...