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

Treat "if" with EXPR_MID as postfix "if" #635

Merged
merged 1 commit into from
Jul 1, 2018

Conversation

aycabta
Copy link
Member

@aycabta aycabta commented Jun 29, 2018

The return without argument comes with EXPR_MID. So the if below should be treated as postfix if:

return if true

The "return" without argument comes with EXPR_MID. So the "if" below
should be treated as postfix "if":

  return if true
@aycabta aycabta merged commit fd547c5 into ruby:master Jul 1, 2018
@aycabta aycabta deleted the treat-if-with-expr_mid-as-postfix branch July 1, 2018 09:12
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