ruby / json

JSON implementation for Ruby
https://ruby.github.io/json
Other
673 stars 326 forks source link

Remove outdated ifdef checks #594

Closed casperisfine closed 1 month ago

casperisfine commented 1 month ago

json requires Ruby 2.3, so HAVE_RUBY_ENCODING_H and HAVE_RB_ENC_RAISE are always true.

cc @hsbt

hsbt commented 1 month ago

I confirmed this with @nobu