Method: Puppet::Pops::Types::UnexpectedBlock#message

Defined in:
lib/puppet/pops/types/type_mismatch_describer.rb

#message(variant, position) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



209
210
211
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 209

def message(variant, position)
  "#{variant}#{position} does not expect a block"
end