Flowdock
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.