class Puppet::Pops::Types::SignaturePathElement
@api private
Public Instance Methods
to_s()
click to toggle source
# File lib/puppet/pops/types/type_mismatch_describer.rb 91 def to_s 92 "#{key+1}." 93 end