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 188 def message(variant, position) 189 "#{variant}#{position} expects a value for parameter '#{key}'" 190 end