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

860952 - do not call with_indifferent_access on Array #840

Merged
merged 1 commit into from Oct 12, 2012

Conversation

xsuchy
Copy link
Contributor

@xsuchy xsuchy commented Oct 11, 2012

created new function
array_with_indifferent_access
and value on line 384 passed to this function.

Additionaly all code in this module which do the same, flip to calling
this function, which result in shorter code.

I will be honest here - I did not see passed test, because Dmitri broke the same test in different part of code, but the test succesfully passed point where it previously fails, so it should fix this problem.

created new function
  array_with_indifferent_access
and value on line 384 passed to this function.

Additionaly all code in this module which do the same, flip to calling
this function, which result in shorter code.
@lzap
Copy link
Contributor

lzap commented Oct 12, 2012

This looks good to me. ACK

xsuchy added a commit that referenced this pull request Oct 12, 2012
860952 - do not call with_indifferent_access on Array
@xsuchy xsuchy merged commit b87ce99 into Katello:master Oct 12, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants