There's no documentation for this item.
# File action_controller/vendor/html-scanner/html/node.rb, line 40 def keys_to_strings(hash) hash.keys.inject({}) do |h,k| h[k.to_s] = hash[k] h end end
<code/>
<pre/>
<code/>and<pre/>for code samples.