-
Couldn't load subscription status.
- Fork 224
Hash type #177
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
Hash type #177
Conversation
|
@soutaro It's ready to review now. Could you review this pull request? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finished writing comments. @pocke
|
Thanks for your review. I've applied the all reviewed changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Squash if you want. @pocke
deconstruct_keys also receives nil ruby#177 (comment) Hash#[] returns the value type without nil ruby#177 (comment) Fix `Hash[[:a, 1], [:b, 2]]` style arguments Small fixes * ruby#177 (comment) * ruby#177 (comment) * ruby#177 (comment) * ruby#177 (comment) Fix Hash#transform_*! types
|
I squashed the commit for review comments to one. |
This pull request adds types to Hash class.
I think we can mark Hash class as "done" by this pull request.