class Puppet::Pops::Types::MissingKey

@api private

Public Instance Methods

message(variant, position) click to toggle source
    # File lib/puppet/pops/types/type_mismatch_describer.rb
181 def message(variant, position)
182   "#{variant}#{position} expects a value for key '#{key}'"
183 end