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

Fixed helper splat warning due to being interpreted as argument prefix #182

Closed
wants to merge 1 commit into from
Closed

Commits on Jan 29, 2024

  1. Fixed helper splat warning due to being interpreted as argument prefix

    Necessary to resolve the following warnings showing up when using this gem in test suites with Ruby warnings enabled (i.e. `ruby -w`): `gems/propshaft-0.8.0/lib/propshaft/helper.rb:10: warning: *' interpreted as argument prefix`. By using parenthesis, these warnings go away and the test suite output is much cleaner.
    bkuhlmann committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    72029c5 View commit details
    Browse the repository at this point in the history