Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ruby3_2 fix: check if object responds to regex_match op
Object#=~ is already deprecated since ruby2.6 and will be removed from ruby3.2. As the result, Array no longer respond to =~ from ruby3.2, for example. Check if the target object really respond to =~ . Closes wvanbergen#168
- Loading branch information