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

Be more picky about int/float arguments in Ruby #1596

Merged
merged 1 commit into from
Jun 15, 2023

Commits on Jun 15, 2023

  1. Be more picky about int/float arguments in Ruby

    There are implicit integer conversions using `to_int` and no conversions
    for floats. This is correct according to
    https://idiosyncratic-ruby.com/54-try-converting.html and Ruby's Discord
    https://discord.com/channels/518658712081268738/788748516352458752/1118618993276760105.
    heinrich5991 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    2de60da View commit details
    Browse the repository at this point in the history