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.
Named block in a Pod document
is Pod::Block
Class for a named Pod block. For example
=begin MySection...=end MySection
creates a Pod::Block::Named
with name MySection
.
method name(--> Str)
Returns the name of the block.