t6d / smart_properties

Ruby accessors on steroids
MIT License
177 stars 20 forks source link

Property Collection Names #75

Open t6d opened 3 years ago

t6d commented 3 years ago

Use symbols instead of strings to store property names. In modern Ruby implementations, symbols are garbage collected.