freebsd-ports/devel/rubygem-hashie2/pkg-descr
Steve Wills 021a5b1f66 devel/rubygem-hashie2: create port for older hashie gem
Needed by chef-zero

PR:		193501
Submitted by:	Renaud Chaput <renchap@cocoa-x.com>
2014-09-10 13:28:51 +00:00

12 lines
550 B
Text

Hashie is available as a RubyGem which extend Hashes and make them more useful.
* Hashie::Mash: gives simple pseudo-object functionality that can be
built from hashes and easily extended
* Hashie::Dash: has a discrete set of defined properties and only those
properties may be set on the hash.
* Hashie::Trash: a Dash that allows you to translate keys on
initialization.
* Hashie::Clash: allows you to easily construct complex hashes using
method notation chaining.
WWW: https://github.com/intridea/hashie