Sha256: ac8551be298cb4f081f2cb49ea9276569238617c21ca75b11e6457124442bb5d
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# InheritableAccessors Easily and consistently inherit attributes and configurations. This is particularly designed to work well with Rspec, which creates new inherited classes during each context. More examples of usage coming soon. ## Planned features - inheritable\_hash - [x] support addition - [ ] support delete/clear/reject - inheritable\_set - [x] support addition - [ ] support deletion ## Installation Add this line to your application's Gemfile: ```ruby gem 'inheritable_accessors' ``` And then execute: $ bundle Or install it yourself as: $ gem install inheritable_accessors ## Usage see [specs](https://github.com/blakechambers/inheritable-accessors/blob/master/spec/inheritable_accessors_spec.rb). ## Contributing 1. Fork it ( https://github.com/blakechambers/inheritable-accessors/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
inheritable_accessors-0.1.1 | README.md |