d-unsed / ruru

Native Ruby extensions written in Rust
MIT License
832 stars 40 forks source link

Add methods `include?` and `kind_of?` #84

Open danielpclark opened 6 years ago

danielpclark commented 6 years ago

I think these will go well on src/class/traits/object.rs . I've got a PR on ruby-sys for it https://github.com/steveklabnik/ruby-sys/pull/27