Class: Puppet::Pops::Types::UnexpectedBlock

Inherits:
Mismatch show all
Defined in:
lib/puppet/pops/types/type_mismatch_describer.rb

Instance Attribute Summary

Attributes inherited from Mismatch

#path

Instance Method Summary collapse

Methods inherited from Mismatch

#==, #canonical_path, #chop_path, #format, #hash, #initialize, #merge, #path_string, #to_s

Methods included from TenseVariants

#it_does_not_expect, #it_expects, #it_has_no

Constructor Details

This class inherits a constructor from Puppet::Pops::Types::Mismatch

Instance Method Details

#message(variant, position, tense = :present) ⇒ Object



215
216
217
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 215

def message(variant, position, tense = :present)
  "#{variant}#{position} #{it_does_not_expect(tense)} a block"
end