In Files

Parent

Methods

GetText::NoboundTextDomainError

If the textdomain isn’t bound when calling GetText.textdomain, this error is raised.

Public Class Methods

new(domainname) click to toggle source
    # File lib/gettext.rb, line 34
34:     def initialize(domainname)
35:       @domainname = domainname
36:     end

Public Instance Methods

message() click to toggle source
    # File lib/gettext.rb, line 37
37:     def message
38:       "#{@domainname} is not bound."
39:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.