Skip to content

Commit

Permalink
[ruby/prism] Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton authored and matzbot committed Apr 12, 2024
1 parent 4fc457e commit 8e514be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prism/prism.c
Expand Up @@ -13297,7 +13297,6 @@ parse_arguments(pm_parser_t *parser, pm_arguments_t *arguments, bool accepts_for
if (token_begins_expression_p(parser->current.type)) {
expression = parse_value_expression(parser, PM_BINDING_POWER_DEFINED, false, PM_ERR_EXPECT_ARGUMENT);
} else {
// A block forwarding in a method having `...` parameter (e.g. `def foo(...); bar(&); end`) is available.
pm_parser_scope_forwarding_block_check(parser, &operator);
}

Expand Down

0 comments on commit 8e514be

Please sign in to comment.