Sha256: 285a9b1c9a1eb78cab57fd19829ed66030c4876fb5dcd5467f54474c3163998e
Contents?: true
Size: 781 Bytes
Versions: 2
Compression:
Stored size: 781 Bytes
Contents
# HashDelegate [![Build Status](https://travis-ci.org/3den/hash_delegate.svg?branch=master)](https://travis-ci.org/3den/hash_delegate) [![Code Climate](https://codeclimate.com/github/3den/hash_delegate.png)](https://codeclimate.com/github/3den/hash_delegate) Add accessor methods that delegate to key/values of a hash attribute. ## Installation Add this line to your application's Gemfile: gem 'hash_delegate' And then execute: $ bundle Or install it yourself as: $ gem install hash_delegate ## Usage Check the tests ;) ## Contributing 1. Fork it 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 new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hash_delegate-0.0.6 | README.md |
hash_delegate-0.0.5 | README.md |