Marcelo Vega

Results 1 issues of Marcelo Vega

Ruby 3.4 enables frozen string literals by default, which causes warnings when using destructive string methods (like `strip!` and `downcase!`) on frozen strings. This commit replaces the usage of `input.clone.tap...