class Pod::Block::Named
ErrorsCollection

class Pod::Block::Named

Named block in a Pod document

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.