Flowdock
method

keys_to_strings

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: HTML::Conditions
keys_to_strings(hash) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/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
Register or log in to add new notes.