Hi!
However, it isn't super obvious how Ruby calls the C code or even where it comes from. There is some C code that's bundled with the Ruby gem, but I'm not sure if that's the source of the `to_h` method or not. (There's some talk about FFI, but it seems to be disabled by default, and I'm not sure if the C code is exclusive to it or not.)
Can I get some direction on where I would even look to fix this problem, and how I could compile + test it?
Thanks very much in advance.
--Daniel