Open tagomoris opened 3 years ago
Solution:
module MyModule CONST_NAME = Others::CONST.freeze end
And use # frozen_string_literal: true everywhere. Freeze all values of constants.
# frozen_string_literal: true
Solution: