antstorm (Anthony Dmitriyev)
- Login: antstorm
- Registered on: 02/01/2016
- Last sign in: 12/23/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
12/23/2021
-
05:13 PM Ruby Bug #18428: Calling Object#singleton_class mutates object's class from the C API's perspective
- Ah, I see, that makes sense. Thank you for the quick response!
-
04:40 PM Ruby Bug #18428 (Rejected): Calling Object#singleton_class mutates object's class from the C API's perspective
- Hi,
I'm not 100% sure if this is an actual bug, but it feels like it. When a `Object#singleton_class` method is called on an object it swaps the object's class with a singleton's class (as far as `CLASS_OF` C call is concerned).
He...
02/01/2016
-
10:52 PM Ruby Bug #12044 (Closed): net/ftp.rb: add NullSocket#closed? to fix closing not yet opened connection
- Hi there,
I've opened a PR for this issue on GitHub: https://github.com/ruby/ruby/pull/1232
An instance of `NullSocket` is stored in a `@sock` variable of a new `Net::FTP`, it also has a `#close` method (that obviously does nothing...