Skip to content

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