Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ruby 2.7 emits warnings when using `Proc.new` with no block. This commit just converts the code to use `&block` to avoid the warning.
- Loading branch information