1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
# Buff::Extensions
[](http://badge.fury.io/rb/buff-extensions)
[](https://travis-ci.org/RiotGames/buff-extensions)
Extensions to Core Ruby classes
## Installation
Add this line to your application's Gemfile:
gem 'buff-extensions'
And then execute:
$ bundle
Or install it yourself as:
$ gem install buff-extensions
## Usage
Using it as a mixin
require 'buff/extensions'
class PowerHash
include Buff::Extensions::DottedPaths
end
# Authors and Contributors
* Jamie Winsor (<jamie@vialstudios.com>)
Thank you to all of our [Contributors](https://github.com/RiotGames/buff-extensions/graphs/contributors), testers, and users.
|