RuntimeError
If the textdomain isn’t bound when calling GetText.textdomain, this error is raised.
# File lib/gettext.rb, line 34 def initialize(domainname) @domainname = domainname end
# File lib/gettext.rb, line 37 def message "#{@domainname} is not bound." end
[Validate]
Generated with the Darkfish Rdoc Generator 2.