class Stringex::Localization::Backend::I18nMissingTranslate

Public Class Methods

new() click to toggle source
# File lib/stringex/localization/backend/i18n.rb, line 81
def initialize
  super 'Stringex cannot use I18n backend: I18n is defined but missing a translate method'
end