barsoom / attr_extras

Takes some boilerplate out of Ruby with methods like attr_initialize.
MIT License
560 stars 31 forks source link

Add `attr_accessor_initialize` #21

Closed jeffcole closed 8 years ago

jeffcole commented 8 years ago

This adds aattr_initialize / attr_accessor_initialize as requested in #18.

It defines an initializer, public readers, and public writers.

This PR also contains a commit to fix some typos in the specs.

Thanks for this great project!

henrik commented 8 years ago

@jeffcole Oh, thank you again! :heart: This is brilliant.

nitzanav commented 8 years ago

Thank you guys.