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 77 def to_s 78 "index #{key}" 79 end