General

Profile

bouk (Bouke van der Bijl)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

09/13/2016

05:12 PM Ruby master Feature #12744: Add str.reverse_each_char and str.reverse_chars
Shyouhei Urabe wrote:
> I doubt if we can make a reverse_each_char which is faster than reverse.each_char. It ls no...
bouk (Bouke van der Bijl)

09/12/2016

06:58 PM Ruby master Feature #12744: Add str.reverse_each_char and str.reverse_chars
Martin Dürst wrote:
> What about using
>
> `str.reverse.chars` for `string.reverse_chars`?
>
> It allocates so...
bouk (Bouke van der Bijl)

09/09/2016

03:45 PM Ruby master Feature #12744 (Feedback): Add str.reverse_each_char and str.reverse_chars
This patch adds `str.reverse_each` and `str.reverse_chars`. It's currently not really possible to iterate a Ruby stri... bouk (Bouke van der Bijl)

Also available in: Atom