Top Level Namespace
Constant Summary collapse
- Fixnum =
Ruby 2.4 unified Fixnum/Bignum into Integer, and Ruby 3.2 (the JRuby shipped with Logstash 9.4+) removed the old constants. The
edngem (v1.1.1, its last release) still references Bignum in its core extensions, so alias the removed constants back to Integer beforerequire "edn"runs in #register. Integer- Bignum =
Integer