Class: Puppet::Pops::Types::BlockPathElement
- Inherits:
-
ParameterPathElement
- Object
- TypePathElement
- ParameterPathElement
- Puppet::Pops::Types::BlockPathElement
- Defined in:
- lib/puppet/pops/types/type_mismatch_describer.rb
Instance Attribute Summary
Attributes inherited from TypePathElement
Instance Method Summary collapse
-
#initialize(name = 'block') ⇒ BlockPathElement
constructor
A new instance of BlockPathElement.
- #to_s ⇒ Object
Methods inherited from TypePathElement
Constructor Details
#initialize(name = 'block') ⇒ BlockPathElement
Returns a new instance of BlockPathElement.
41 42 43 |
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 41 def initialize(name = 'block') super(name) end |
Instance Method Details
#to_s ⇒ Object
45 46 47 |
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 45 def to_s key end |