kklimuk (Kirill Klimuk)
- Login: kklimuk
- Registered on: 08/23/2016
- Last sign in: 08/23/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/23/2016
-
08:18 PM Ruby Bug #12696 (Closed): Defining anonymous classes via `Class.new {}` does not run `class_eval` on the block
- When defining anonymous classes, the documentation comment (https://github.com/ruby/ruby/blob/b9a82eaa13a5438318d78aee0afb907a1d143a51/object.c#L1754) explains that
~~~
If a block is given, it is passed the class object, and the block ...