fastruby / fast-ruby

:dash: Writing Fast Ruby :heart_eyes: -- Collect Common Ruby idioms.
https://github.com/fastruby/fast-ruby
5.67k stars 376 forks source link

Remove extra spaces (or other contiguous chars) #145

Closed styd closed 6 years ago

styd commented 6 years ago

The code is tested against contiguous spaces, but should work for other contiguous chars too.

ixti commented 6 years ago

Thank you!