Class: Puppet::Pops::Types::MissingRequiredBlock
- Defined in:
- lib/puppet/pops/types/type_mismatch_describer.rb
Instance Attribute Summary
Attributes inherited from Mismatch
Instance Method Summary collapse
Methods inherited from Mismatch
#==, #canonical_path, #chop_path, #hash, #initialize, #merge, #path_string, #to_s
Constructor Details
This class inherits a constructor from Puppet::Pops::Types::Mismatch
Instance Method Details
#message(variant, position) ⇒ Object
175 176 177 |
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 175 def (variant, position) "#{variant}#{position} expects a block" end |