You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Don't suppress regular ArgumentError exceptions
Account specifically for the following scenario:
expose :foo, &:bar
Note that `:bar.to_proc.parameters` always returns `[[:req], [:rest]]`.
We should not swallow ArgumentError exceptions in any other instance.
* Update rubocop todos
* Test Ruby 3.1 on CI
* Skip code coverage on Ruby >= 3.1
See simplecov-ruby/simplecov#1003
0 commit comments