class Puppet::Pops::Types::ExtraneousKey

@api private

Public Instance Methods

message(variant, position) click to toggle source
    # File lib/puppet/pops/types/type_mismatch_describer.rb
195 def message(variant, position)
196   "#{variant}#{position} unrecognized key '#{@key}'"
197 end