sferik / multi_xml

A generic swappable back-end for XML parsing
MIT License
157 stars 40 forks source link

Add frozen string literal comment and remove string mutation #64

Closed TheSmartnik closed 1 year ago

TheSmartnik commented 5 years ago

@sferik Hi! Currently multi_xml heavily mutates strings, which prevents any code that depends on it from running with RUBYOPT="--enable-frozen-string-literal" environmental variable