class Puppet::Pops::Types::ArrayPathElement

@api private

Public Instance Methods

to_s() click to toggle source
   # File lib/puppet/pops/types/type_mismatch_describer.rb
76 def to_s
77   "index #{key}"
78 end