method

keys_to_strings

rails latest stable - Class: HTML::Conditions

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.1.8) is shown here.

keys_to_strings(hash)
private

No documentation available.

# File actionview/lib/action_view/vendor/html-scanner/html/node.rb, line 40
      def keys_to_strings(hash)
        Hash[hash.keys.map {|k| [k.to_s, hash[k]]}]
      end