Inversion::
HashUtilities module
A collection of utilities for working with Hashes.
Public Instance Methods
Return a version of the given ‘hash` with its keys transformed into Strings from whatever they were before.
stringhash = stringify_keys( symbolhash )
Return a duplicate of the given ‘hash` with its identifier-like keys transformed into symbols from whatever they were before.
symbolhash = symbolify_keys( stringhash )
Also aliased as:
internify_keys