Module ActiveSupport::CoreExtensions::Hash::Keys
In: lib/active_support/core_ext/hash/keys.rb

Methods

Public Instance methods

Return a new hash with all keys converted to strings.

Destructively convert all keys to strings.

Return a new hash with all keys converted to symbols.

Destructively convert all keys to symbols.

to_options()

Alias for symbolize_keys

to_options!()

Alias for symbolize_keys!

[Validate]