t6d / smart_properties

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

Properly implement forwarding of unprocessed options #28

Closed t6d closed 9 years ago

t6d commented 9 years ago

See #27.

To make this work PropertyCollection needs to implement proper caching and keep track of its children. If a property is added dynamically, the cache of the children needs to be invalidated.

t6d commented 9 years ago

Closed via #29 and #30.