1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/json
Aaron Patterson 9026e12f93
Look up constant instead of caching in a global
The global can go bad if the compactor runs, so we need to look up the
constant instead of caching it in a global.
2019-10-17 13:30:09 -07:00
..
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 Look up constant instead of caching in a global 2019-10-17 13:30:09 -07:00
json_generic_object_test.rb
json_parser_test.rb
json_string_matching_test.rb
test_helper.rb