Georgi Tapalilov

Results 2 issues of Georgi Tapalilov

After changes from https://github.com/ruby/ipaddr/pull/16 and removing of ``` rescue InvalidAddressError => e raise e.class, "#{e.message}: #{addr}" ``` exception no longer returns proper exception message with invalid ip address. ruby 3.0...

### Description When ActiveSupport’s with_option is loaded, and it mistakenly used instead of with_values, the define_enum_for test still passes even for wrong enum value and shows an incorrect message: ```...