class Pod::Block::Named
Named block in a Pod document
| 1 | Methods |
| 1.1 | method name |
| 2 | Type Graph |
| 3 | Routines supplied by class Pod::Block |
| 3.1 | (Pod::Block) method contents |
| 3.2 | (Pod::Block) method config |
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)
Returns the name of the block.
Type Graph
Pod::Block::NamedRoutines supplied by class Pod::Block
Pod::Block::Named inherits from class Pod::Block, which provides the following routines:
(Pod::Block) method contents
method contents(--> Positional)
Returns a list of contents of this block.
(Pod::Block) method config
method config(--> Map)
Returns a hash of configs.