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#each for Symbol elements and some simplifications #2150

Merged
merged 4 commits into from Feb 13, 2013

Conversation

kachick
Copy link
Member

@kachick kachick commented Feb 11, 2013

Fixes #2149

Ruby 1.8.7 can not generate Range objects from Symbol elements

:a..:b #=> ArgumentError: bad value for range

This commit removes verbose dealing for Symbol on X18
brixen added a commit that referenced this pull request Feb 13, 2013
Fix Range#each for Symbol elements and some simplifications
@brixen brixen merged commit df10cbf into rubinius:master Feb 13, 2013
@kachick kachick deleted the fix_improve-range_each branch February 13, 2013 02:10
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.

Ranges with multi-character Symbols don't iterate property
2 participants