Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.1.0 with env fix #344

Closed

Conversation

colinross
Copy link

No description provided.

shifi and others added 2 commits September 4, 2014 23:16

def recursive_stringify_keys(hash)
hash = hash.stringify_keys
hash.each {|k,v| hash[k] = recursive_stringify_keys(v) if v.is_a?(Hash) && v.respond_to?(:stringify_keys) } # Rack::Session::Abstract::SessionHash has a stringify_keys method we should not call
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line could do with a bit of decompression. Would it be possible for you to make it a bit more readable, adding some newlines at least?

@shifi
Copy link
Contributor

shifi commented May 27, 2015

@colinross Did you changed anything in this PR?
I will close it, please create a new PR if you have any changes. Thank you!

@shifi shifi closed this May 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants