marcandre / backports

The latest features of Ruby backported to older versions.
MIT License
436 stars 52 forks source link

Fix String#end_with? guard clause in Symbol #178

Closed ixti closed 2 years ago

ixti commented 2 years ago

Fixes minor typo introduced in https://github.com/marcandre/backports/pull/171 The issue isn't noticeable as backports/1.8.7/string/end_with has proper guard.

marcandre commented 2 years ago

Ah ah, I didn't catch that, thanks!

Releasing soon