class GetText::NoboundTextDomainError
If the text domain isn’t bound when calling GetText.textdomain, this error is raised.
Public Class Methods
Source
# File lib/gettext.rb, line 23 def initialize(domainname) @domainname = domainname end
If the text domain isn’t bound when calling GetText.textdomain, this error is raised.
# File lib/gettext.rb, line 23 def initialize(domainname) @domainname = domainname end