mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
![]() 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.
|
||
---|---|---|
.. | ||
fixtures | ||
json_addition_test.rb | ||
json_common_interface_test.rb | ||
json_encoding_test.rb | ||
json_ext_parser_test.rb | ||
json_fixtures_test.rb | ||
json_generator_test.rb | ||
json_generic_object_test.rb | ||
json_parser_test.rb | ||
json_string_matching_test.rb | ||
ractor_test.rb | ||
test_helper.rb |