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] SortedSet#include? returns false #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pmcnano
Copy link

@pmcnano pmcnano commented Nov 19, 2021

For the Set gem, @hash = Hash.new(false), for the SortedSet it's
initialized with a RBTree with no default value, which causes
the include method to return nil when the key is not present.

Fixing it and adding a couple of specs.

For the Set gem, `@hash = Hash.new(false)`, for the SortedSet it's
initialized with a `RBTree` with no default value, which causes
the include method to return `nil` when the key is not present.

Fixing it and adding a couple of specs.
@pmcnano
Copy link
Author

pmcnano commented Nov 23, 2021

@knu any thoughts on this?

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.

1 participant