General

Profile

merborne (kyo endo)

  • Login: merborne
  • Registered on: 02/14/2012
  • Last sign in: 08/16/2014

Issues

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

Activity

11/13/2012

11:24 AM Ruby master Feature #7340: 'each_with' or 'into' alias for 'each_with_object'
matz (Yukihiro Matsumoto) wrote:
> I dislike #into because it may or may not put something into the argument.
> I a...
merborne (kyo endo)

07/27/2012

11:38 PM Ruby master Feature #6801: String#~ for a here document
Eregon (Benoit Daloze) wrote:
> merborne (kyo endo) wrote:
> > >
> > > Maybe something like `<<+EOS`, which would...
merborne (kyo endo)
10:38 PM Ruby master Feature #6801: String#~ for a here document
Eregon (Benoit Daloze) wrote:
> I think the sequence `~<<-EOS` becomes very cryptic, and this should be supported in...
merborne (kyo endo)
01:16 PM Ruby master Feature #6801 (Rejected): String#~ for a here document
=begin
Let me propose a new method (({String#~})) for a here document.
次のような実装の(({String#~}))を提案します。
class...
merborne (kyo endo)
09:00 AM Ruby master Feature #6758: Object#sequence
alexeymuranov (Alexey Muranov) wrote:
> merborne (kyo endo) wrote:
> >
> > how about this?
> >
> > b = 1
...
merborne (kyo endo)

07/26/2012

01:37 PM Ruby master Feature #6687: Enumerable#with
nobu (Nobuyoshi Nakada) wrote:
> I don't think "with" is nice as a method name.
> What does it `with' the argument?...
merborne (kyo endo)
06:52 AM Ruby master Feature #6758: Object#sequence
alexeymuranov (Alexey Muranov) wrote:
> However, the original proposal looks to me rather restrictive and not very e...
merborne (kyo endo)

07/25/2012

10:46 PM Ruby master Feature #6669: A method like Hash#map but returns hash
how about #hmap. merborne (kyo endo)
02:40 PM Ruby master Feature #6687: Enumerable#with
=begin
It is obvious that many rubyists have troubled with Enumerable#inject when they use it with a hash.
Fe...
merborne (kyo endo)
09:12 AM Ruby master Feature #6758: Object#sequence
alexeymuranov (Alexey Muranov) wrote:
> fibonacci = 0.recurrence(1) { |a, b| a + b }
I disagree this. because I ...
merborne (kyo endo)

Also available in: Atom