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 handling "rescue" inside paren #510

Merged
merged 2 commits into from
Sep 5, 2017

Conversation

aycabta
Copy link
Member

@aycabta aycabta commented Sep 4, 2017

The parse_rescue method detects the end of class list for catch, but it doesn't support postfix rescue inside paren.

This Pull Request fixes it.

The parse_rescue method detects the end of class list for catch,
but it doesn't support postfix rescue inside paren.
This commit fixes it.
@aycabta aycabta merged commit fe44516 into ruby:master Sep 5, 2017
@aycabta aycabta deleted the fix-handling-rescue-inside-paren branch September 5, 2017 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant