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 eq matcher instead of eql #675

Merged
merged 1 commit into from Jan 21, 2013
Merged

use eq matcher instead of eql #675

merged 1 commit into from Jan 21, 2013

Conversation

dchelimsky
Copy link
Contributor

  • the eq matcher is the default matcher for equality. It redirects to
    ==, whereas the eql matcher redirects to eql?, which has varied
    semantics across types.

- the eq matcher is the default matcher for equality. It redirects to
  ==, whereas the eql matcher redirects to eql?, which has varied
  semantics across types.
@alindeman
Copy link
Contributor

Thanks. I have some sort of weird tic that makes me type eql instead of eq. I'm slowly working to get over it :)

alindeman added a commit that referenced this pull request Jan 21, 2013
@alindeman alindeman merged commit 21f3ed4 into master Jan 21, 2013
@cupakromer cupakromer deleted the eq-instead-of-eql branch December 28, 2014 15:58
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.

None yet

2 participants