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

Use standard Comparable implementation #40

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

Conversation

gshutler
Copy link
Owner

@gshutler gshutler commented Sep 5, 2016

Removes the custom Comparable implementation and changes internal <=> implementations to return nil when the two objects cannot be compared to satisfy the standard Comparable interface.

Resolves #39


Potentially a breaking change, so whilst the specs pass need to consider whether this is worthy of a major version or not.

Removes the custom Comparable implementation and changes internal
<=> implementations to return nil when the two objects cannot be
compared to satisfy the standard Comparable interface.

Resolves #39
@gshutler gshutler self-assigned this Sep 5, 2016
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