freebsd-ports/devel/rubygem-rash/pkg-descr
Philip M. Gollucci 8d254b7c31 - Cannoicalize the WWW: [again],
- Save redirects s/http/https/ for github
2011-06-23 17:51:43 +00:00

12 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