ruby/ext/json/generator
Ufuk Kayserilioglu 12dfd9d1c9
[flori/json] Call `super` in `included` hook
The C extension defines an `included` hook for the
`JSON::Ext::Generator::GeneratorMethods::String` module but neglects to
call `super` in the hook. This can break the functionality of various
other code that rely on the fact that `included` on `Module` will always
be called.

https://github.com/flori/json/commit/cd8bbe56a3
2023-05-24 09:37:30 +09:00
..
depend Update the depend files 2023-02-28 09:09:00 -08:00
extconf.rb * ext/json/**/*.rb: merge original files from upstream repository. 2016-07-14 03:48:54 +00:00
generator.c [flori/json] Call `super` in `included` hook 2023-05-24 09:37:30 +09:00
generator.h Add an option to escape forward slash character 2020-09-25 17:28:42 +09:00