Method: Puppet::Pops::Types::TypeMismatchDescriber.singleton

Defined in:
lib/puppet/pops/types/type_mismatch_describer.rb

.singletonObject

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.

API:

  • private



509
510
511
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 509

def self.singleton
  @singleton ||= new
end