jmcnevin / rubypants

RubyPants: SmartyPants for Ruby
Other
29 stars 20 forks source link

Mark mutable string as mutable #29

Closed HParker closed 1 month ago

HParker commented 1 month ago

This allows the test suite to pass with RUBYOPT="--enable-frozen-string-literal" This is planned to be the default in the future, so getting this passing now is helpful.

agriffis commented 1 month ago

Thanks