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 84 def to_s 85 "variant #{key}" 86 end