mernen (Daniel Luz)
- Login: mernen
- Email: from.ruby-lang.ae@mernen.com
- Registered on: 11/09/2008
- Last sign in: 03/09/2009
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...
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...
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 …
...
Also available in: Atom