Registry / utility / rash
library0.4.0rbrubygemsunverified

Extends Hashie::Mash to automatically convert camelCase keys to underscore_case for easier access.

gem install rash
INSTALL
IMPORT
SIG · RASH
R
rash
utilityrubyv0.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rash
require 'rash'

Create a Rash from a camelCase hash and access keys using underscore methods.

require 'rash' hash = Rash.new('firstName' => 'John', 'lastName' => 'Doe') puts hash.first_name # => 'John'
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
rash — gem install rash · libregistry