1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/json/generator
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
..
depend Include ruby/assert.h in ruby/ruby.h so that assertions can be there 2019-07-14 17:58:03 +09:00
extconf.rb * ext/json/**/*.rb: merge original files from upstream repository. 2016-07-14 03:48:54 +00:00
generator.c Look up constant instead of caching in a global 2019-10-17 13:30:09 -07:00
generator.h Merge json-2.0.4. 2017-04-12 00:21:18 +00:00