class Puppet::Pops::Types::VariantPathElement
@api private
Public Instance Methods
to_s()
click to toggle source
# File lib/puppet/pops/types/type_mismatch_describer.rb 83 def to_s 84 "variant #{key}" 85 end