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

fix to_hash bug #165

Merged
merged 5 commits into from
Oct 6, 2016
Merged

fix to_hash bug #165

merged 5 commits into from
Oct 6, 2016

Conversation

ogawatti
Copy link
Contributor

TaskArguments#to_hash is return @hash object.
The method should be return duplicated object like a "to_a".

ogawatti and others added 3 commits September 30, 2016 17:20
TaskArguments#to_hash is return @hash object.
The method should be return duplicated object like a "to_a".
@hsbt
Copy link
Member

hsbt commented Sep 30, 2016

Can you rebase with master branch? I fixed tests with travis failures.

TaskArguments#to_hash is return @hash object.
The method should be return duplicated object like a "to_a".
@ogawatti
Copy link
Contributor Author

ogawatti commented Oct 3, 2016

Thank you for modification of the test!
Since the rebasing, please verify and merge.

@hsbt hsbt merged commit a108da8 into ruby:master Oct 6, 2016
@hsbt
Copy link
Member

hsbt commented Oct 6, 2016

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants