WinRb / WinRM

Ruby library for Windows Remote Management
Apache License 2.0
412 stars 117 forks source link

`NoMethodError` snakecase for String #346

Closed ripa1995 closed 1 month ago

ripa1995 commented 1 month ago

New nori version (2.7.1) released earlier today removed a monkey patch for String. Now, the snakecase fn is not available for String anymore, but it can be found inside StringUtils.

Ref: