Module GetText::ClassInfo
In: lib/gettext/class_info.rb

For normalize/finding the related classes/modules. This is used for realizing the scope of TextDomain. (see: www.yotabanana.com/hiki/ruby-gettext-scope.html)

Methods

Included Modules

Locale::Util::Memoizable

Public Instance methods

normalize the class name

Returns the classes which related to klass (klass‘s ancestors, included modules and nested modules)

[Validate]