danielpclark / rutie

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

Implement Eq and Hash for Symbol. #150

Closed ahogappa0613 closed 2 years ago

ahogappa0613 commented 2 years ago

Hello,

This PR adds implement Eq and Hash for Symbol.

If it is the same RString, it is the same Value, so Symbol can be implemented.

danielpclark commented 2 years ago

Merged. Thanks for this!