class Puppet::Pops::Types::MissingParameter

@api private

Public Instance Methods

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