There's no documentation for this item.
# File active_support/core_ext/hash/indifferent_access.rb, line 74 def convert_key(key) key.kind_of?(Symbol) ? key.to_s : key end
<code/>
<pre/>
<code/>and<pre/>for code samples.