pluff (Pavel Shutsin)
- Login: pluff
- Registered on: 10/11/2018
- Last sign in: 10/11/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
10/11/2018
-
01:01 PM Ruby Feature #15222 (Open): Add a way to distinguish between Struct classes with and without keyword initializer
- With Ruby 2.5.0 Struct subclasses can have different `initialize` arguments list based on `keyword_init` option. However, there is no way in Ruby to distinguish Structs with keyword arguments syntax and without.
I propose a class meth...