tdeo (Thierry Deo)
- Login: tdeo
- Registered on: 11/13/2024
- Last sign in: 11/13/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
11/20/2024
-
04:59 PM Ruby Revision 2bf5d26e (git): [ruby/psych] Eagerly require `date`.
- https://github.com/ruby/psych/commit/b2aa0032c0
11/19/2024
-
08:43 AM Ruby Bug #20871: Including methods in Enumerable doesn't make them available in Array
- I'm running into a similar situation which I managed to reproduce with a plain ruby console and no external dependencies:
```ruby
$ irb
irb(main):001>
module Bar; def bar; 'bar'; end; end
module Foo; def foo; 'foo'; end; end
E...