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
196 def message(variant, position)
197   "#{variant}#{position} unrecognized key '#{@key}'"
198 end