danielpclark / rutie

“The Tie Between Ruby and Rust.”
MIT License
940 stars 62 forks source link

Make `Option<VerifiedObject>` a `VerifiedObject` #127

Closed pwoolcoc closed 4 years ago

pwoolcoc commented 4 years ago

This allows people to use Option<SOME_VERIFIED_OBJECT> in method signatures instead of taking AnyObject and converting.

danielpclark commented 4 years ago

@pwoolcoc Thanks! This is nice!