Method: Puppet::Pops::Types::PAnyType#generalize

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

#generalizePAnyType

Generalizes value specific types. Types that are not value specific will return ‘self` otherwise the generalized type is returned.

Returns:



190
191
192
193
# File 'lib/puppet/pops/types/types.rb', line 190

def generalize
  # Applicable to all types that have no variables
  self
end