class Stringex::Localization::Backend::I18nNotDefined

Public Class Methods

new() click to toggle source
# File lib/stringex/localization/backend/i18n.rb, line 75
def initialize
  super 'Stringex cannot use I18n backend: I18n is not defined'
end