t6d / smart_properties

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

Adds missing specs for documented behavior and changes the implementation to actually behave this way #1

Closed benedikt closed 12 years ago

benedikt commented 12 years ago

This changes the implementation of .properties and .property to behave like described in the documentation. With this fix it is possible to read a subclass' properties without having to define properties of its own. This also fixes initalization of those subclasses without own properties.

t6d commented 12 years ago

Awesome, makes completely sense. Thanks for fixing the bug!

t6d commented 12 years ago

Could you reissue the Pull request to develop? I want to maintain a clean master branch that only contains released versions.