jwidderich

Results 1 issues of jwidderich

The documentation for [String#squish](https://www.rubydoc.info/gems/powerpack/String#squish-instance_method) states that it "Strips leading and trailing whitespace and squashes internal whitespace." It fails to mention that all occurences in the string that match `\s` (which...