Extensions to Core Ruby classes
Add this line to your application's Gemfile:
gem 'buff-extensions'
And then execute:
$ bundle
Or install it yourself as:
$ gem install buff-extensions
Using it as a mixin:
require 'buff/extensions'
class PowerHash
include Buff::Extensions::DottedPaths
end
- Jamie Winsor (jamie@vialstudios.com)
Thank you to all of our Contributors, testers, and users.