Skip to content

Conversation

dysonreturns
Copy link

Block parenthesis, which are two pipe symbols are applicable after a do |param| or inside of an inline block { |param| ... }.

Resolves #4187

Changes

This change ensures the pipes |param| are preceded by an open bracket { or a do.
By being specific when these parenthesis occur, bitwise OR operations | don't read what follows as params indefinitely.

Checklist

  • Added markup tests, or they don't apply here because...
  • Updated the changelog at CHANGES.md

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.

(ruby) Bitwise OR pipe confused with Block Parenthesis pipes
1 participant