-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove module functions from JaroWinkler
JaroWinkler is not designed for mixin, replace rb_define_module_function with rb_define_singleton_method. BREAKING CHANGE: JaroWinkler no longer supports mixin, use class methods instead, ex. `JaroWinkler.distance`
- Loading branch information
1 parent
feca1a5
commit af249d5
Showing
2 changed files
with
92 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters