class Pod::Block::Named is Pod::Block { }

Class for a named Pod block. For example

=begin MySection
...
=end MySection

creates a Pod::Block::Named with name MySection.

Methods§

method name§

method name(--> Str:D)

Returns the name of the block.

Typegraph§

Type relations for Pod::Block::Named
raku-type-graph Pod::Block::Named Pod::Block::Named Pod::Block Pod::Block Pod::Block::Named->Pod::Block Mu Mu Any Any Any->Mu Pod::Block->Any

Expand chart above