Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refine method argument check for clarity: Both `(method.arity + args.size == 0)` and `(method.arity + args.size) == 0` are equivalent due to operator precedence, but the latter is preferred for improved readability. Close #56
- Loading branch information