You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2022. It is now read-only.
Deep Clone seems to heavily depend on internals that MRI itself does not expose.
I think the best way to support other Ruby implementations such as TruffleRuby and JRuby would be to use a pure-Ruby fallback using Marshal.load Marshal.dump(obj) on any implementation where RUBY_ENGINE != "ruby".
Do you think this could be done in this gem?
Then it would work transparently on other Ruby implementations.