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

Handle multiple assignment with RHS that is a block #68

Merged
merged 1 commit into from
Mar 23, 2019

Conversation

mvz
Copy link
Owner

@mvz mvz commented Mar 23, 2019

Example:

foo, bar =
  begin
    baz
  end

@mvz mvz force-pushed the compatible-rescue-with-multiple-assignment branch from ceb8fd9 to 90a72ac Compare March 23, 2019 17:22
@mvz mvz merged commit 7fbe607 into master Mar 23, 2019
@mvz mvz deleted the compatible-rescue-with-multiple-assignment branch March 23, 2019 19:26
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.

2 participants