RuntimeError
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
# File lib/gettext.rb, line 26 def message "#{@domainname} is not bound." end
[Validate]
Generated with the Darkfish Rdoc Generator 2.