t6d / smart_properties

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

Forwarding of unprocessed options #26

Closed t6d closed 9 years ago

t6d commented 9 years ago

All keyword arguments that do not correspond to a property are forwarded to the super class constructor.

t6d commented 9 years ago

@christhomson, maybe you could take a look, too.

christhomson commented 9 years ago

sure :+1:

t6d commented 9 years ago

Thanks, @christhomson!