Extensions to Core Ruby classes
Add this line to your application's Gemfile:
gem 'buff-extensions'And then execute:
$ bundleOr install it yourself as:
$ gem install buff-extensionsUsing 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.