imo, a lot of users would rather call buffer.to_s instead of the .string method, nobody atm depends on the .to_s. There already is .inspect that behaves like the current to_s
bonus, having .to_s, now you can interpolate string io into strings w/o calling .to_s
fix GH-102
imo, a lot of users would rather call
buffer.to_s
instead of the .string method, nobody atm depends on the.to_s
. There already is .inspect that behaves like the current to_sbonus, having
.to_s
, now you can interpolate string io into strings w/o calling .to_s