smart-rb / smart_types

A set of objects that acts like types (type checking and type casting) with a support for basic type algebra.
MIT License
18 stars 4 forks source link

[BUG] TrufflyRuby: intialize_clone has a private method behavior (can fail in some cases) #16

Closed 0exp closed 2 years ago

0exp commented 2 years ago

TruffleRuby's initialize_clone implementations and use cases: https://github.com/oracle/truffleruby/search?q=initialize_clone

0exp commented 2 years ago

Fixed. (release 7.0.1)