General

Profile

slash_nick (Ryan Hosford)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 4 4

Activity

03/29/2016

05:45 AM Ruby master Feature #12133: Ability to exclude start when defining a range
Here's what I would've written: (see: sample [range_sections](https://gist.githubusercontent.com/rthbound/aa6b4053c57... slash_nick (Ryan Hosford)

03/26/2016

03:29 PM Ruby master Feature #12133: Ability to exclude start when defining a range
Yui NARUSE wrote:
>
> On such case, an implementation will be something like following.
> If you want more easy to...
slash_nick (Ryan Hosford)

03/24/2016

04:30 PM Ruby master Feature #12133: Ability to exclude start when defining a range
Please accept apologies for confusion caused by non-matching parenthesis/brackets -- this notation is just a standard... slash_nick (Ryan Hosford)

03/01/2016

08:31 PM Ruby master Feature #12133 (Feedback): Ability to exclude start when defining a range
An intuitive, approach would be to allow defining ranges like so:
~~~
[1..10]
[1..10)
(1..10]
(1..10)
~~~
...
slash_nick (Ryan Hosford)

02/27/2016

09:21 PM Ruby master Misc #12122 (Closed): Array Documentation (set intersection, union)
**Set Intersection**
* Most know what intersection means, but saying the operation excludes duplicates could be mi...
slash_nick (Ryan Hosford)

01/29/2016

09:30 PM Ruby master Bug #12036 (Closed): Enumerator's automatic rewind behavior
When enumerating an enumerator, the enumerator automatically rewinds when #next raises an error. The concern here is ... slash_nick (Ryan Hosford)

09/24/2015

07:50 PM Ruby master Misc #11548 (Closed): FileUtils#remove_tailing_slash is a poor method name
One would expect this method to be called `remove_trailing_slash`
I asked around on IRC and the consensus is this ...
slash_nick (Ryan Hosford)

Also available in: Atom