General

Profile

mernen (Daniel Luz)

Issues

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

Activity

02/07/2009

08:48 AM Ruby master Feature #1125 (Closed): [*x] (array consisting only of a splat) does not necessarily return a new array
=begin
For [*x], these are basically the possible outcomes:

1. if x is an Array, returns it unmodified.
2. e...
mernen (Daniel Luz)

01/09/2009

11:19 AM Ruby 1.8 Bug #992: Hash becomes Array for no apparent reason.
=begin
Since Enumerable#each ignores the return value of the block, (~2) is a no-op. #each returns the original obje...
mernen (Daniel Luz)

01/01/2009

08:10 PM Backport187 Bug #961: a bug or a missleading documentation for Singleton module
=begin
a,b = Klass.instance, Klass.instance
a == b # => true
a.new # NoMethodError - new is private …

...
mernen (Daniel Luz)

Also available in: Atom