opnsense-ports/devel/rubygem-rash/pkg-descr
Franco Fichtner 0fa37b9552 */*: sync with upstream
Taken from: FreeBSD
2015-05-22 09:11:36 +02:00

11 lines
376 B
Text

Rash is an extension to Hashie
Rash subclasses Hashie::Mash to convert all keys in the hash to underscore.
The purpose of this is when working w/ Java (or any other apis) that return
hashes (including nested) that have camelCased keys
You will now be able to access those keys through underscored key names
(camelCase still available).
WWW: https://github.com/tcocca/rash