Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
0 additions
and 3 deletions.
@@ -1,4 +1,3 @@ | ||
fails:returns true if self has the same value as the given argument | ||
fails:calls 'other == self' if the given argument is not an Integer | ||
fails:returns the result of 'other == self' as a boolean | ||
|