ruby / stringio

Pseudo `IO` class from/to `String`.
BSD 2-Clause "Simplified" License
33 stars 26 forks source link

Adapt other 19 methods to new names #88

Closed headius closed 6 months ago

headius commented 6 months ago

See #84

I missed two "19" methods still being used by StringIO.

The two names will be backported to JRuby 9.4 like the "cat19" replacement.

headius commented 6 months ago

Same sort of change as for cat19 plus a little refactoring to clean it up.