Module Nanoc3::HashExtensions
In: lib/nanoc3/base/core_ext/hash.rb

encoding: utf-8

Methods

Public Instance methods

Returns a new hash where all keys are recursively converted to strings by calling {Nanoc3::ArrayExtensions#stringify_keys} or {Nanoc3::HashExtensions#stringify_keys}.

@return [Hash] The converted hash

Returns a new hash where all keys are recursively converted to symbols by calling {Nanoc3::ArrayExtensions#symbolize_keys} or {Nanoc3::HashExtensions#symbolize_keys}.

@return [Hash] The converted hash

[Validate]