class FastGettext::Storage::NoTextDomainConfigured

Public Instance Methods

to_s() click to toggle source
# File lib/fast_gettext/storage.rb, line 12
def to_s
  "Current textdomain (#{FastGettext.text_domain.inspect}) was not added, use FastGettext.add_text_domain !"
end