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 Range#max. #372

Merged
merged 1 commit into from
Sep 19, 2013
Merged

Fix Range#max. #372

merged 1 commit into from
Sep 19, 2013

Conversation

DouweM
Copy link
Contributor

@DouweM DouweM commented Sep 19, 2013

Right:

(1...3).max #=> 2

Wrong:

(1...3).max #=> 3

@DouweM
Copy link
Contributor Author

DouweM commented Sep 19, 2013

I don't have any current use for Opal, but I am extremely impressed with what you've guys accomplished so far, so I thought I'd help out a bit :-)

meh added a commit that referenced this pull request Sep 19, 2013
@meh meh merged commit 2691464 into opal:master Sep 19, 2013
hmdne pushed a commit to hmdne/opal that referenced this pull request Jan 27, 2024
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