class Puppet::Pops::Types::EntryKeyPathElement
@api private
Public Instance Methods
to_s()
click to toggle source
# File lib/puppet/pops/types/type_mismatch_describer.rb 40 def to_s 41 "key of entry '#{key}'" 42 end