Method: Puppet::Pops::Types::ArrayPathElement#to_s

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

#to_sObject

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.



78
79
80
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 78

def to_s
  "index #{key}"
end