aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-rash/pkg-descr
blob: 973e0c7dfa943ef5f008a36274926eef066ebba6 (plain) (blame)
1
2
3
4
5
6
7
8
9
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).