liufengyun / hashdiff

Hashdiff is a ruby library to to compute the smallest difference between two hashes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support :case_insensitive diff-ing option

ronco opened this issue · comments

Similar to :strip and :numeric_tolerance I think it would be useful to have an option to make string comparisons case insensitive. I'm happy to provide a PR if there would be interest in adding this feature.

@ronco would be great!

Will do. I'll try to put it together this weekend.
On Thu, Feb 4, 2016 at 4:58 PM Anthony Scalisi notifications@github.com
wrote:

@ronco https://github.com/ronco would be great!


Reply to this email directly or view it on GitHub
#13 (comment).

It's definitely welcomed, thx @ronco .

Just submitted PR #14 for this. Let me know what you think.