money
money copied to clipboard
Remove redundant encoding
This magic comment is not needed anymore because the default encoding of source code files assumed by Ruby 2 is utf-8, and the minimum required Ruby version is 3.1
Autofixed with:
rubocop -a --only Style/Encoding