Module R10K::Util::SymbolizeKeys
In: lib/r10k/util/symbolize_keys.rb

Methods

Public Instance methods

Convert all String keys to Symbol keys

@param hash [Hash] The data structure to convert @param recurse [Boolean] Whether to recursively symbolize keys in nested

  hash values. Defaults to false.

@raise [TypeError] If a String key collides with an existing Symbol key @return [void]

[Validate]