rubocop / rubocop-ast

RuboCop's AST extensions and NodePattern functionality
https://docs.rubocop.org/rubocop-ast
MIT License
104 stars 52 forks source link

Make `Node#left_curly_brace?` aware of lambda brace #272

Closed koic closed 8 months ago

koic commented 11 months ago

Follow up https://github.com/rubocop/rubocop/pull/12376.

This PR makes Node#left_curly_brace? aware of lambda brace (-> {f}).

bbatsov commented 8 months ago

I think that's a good change. Thanks!