RubyMoney / money

A Ruby Library for dealing with money and currency conversion.
http://rubymoney.github.io/money
MIT License
2.75k stars 626 forks source link

Remove redundant encoding #1093

Open tagliala opened 6 months ago

tagliala commented 6 months ago

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