Method: Puppet::GettextConfig.disable_gettext

Defined in:
lib/puppet/gettext/config.rb

.disable_gettextObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Prevent future gettext initializations



218
219
220
# File 'lib/puppet/gettext/config.rb', line 218

def self.disable_gettext
  @gettext_disabled = true
end