ruby / strscan

Provides lexical scanning operations on a String.
BSD 2-Clause "Simplified" License
81 stars 32 forks source link

Don't add begin to length for new string slice #87

Closed headius closed 9 months ago

headius commented 9 months ago

Fixes #86

headius commented 9 months ago

This can be released any time. Equivalent to a segv for JRuby so sooner is better. 😀

kou commented 9 months ago

Done!

headius commented 9 months ago

@kou Thank you!