# File lib/money/locale_backend/legacy.rb, line 7 def initialize raise NotSupported, 'I18n not found' if Money.use_i18n && !defined?(::I18n) end