Flowdock
method

stringify_keys

Importance_1
Ruby on Rails latest stable (v3.2.13) - 0 notes - Class: Hash
stringify_keys() public

Return a new hash with all keys converted to strings.

{ :name => 'Rob', :years => '28' }.stringify_keys
#=> { "name" => "Rob", "years" => "28" }
Show source
Register or log in to add new notes.