class Pod::Block::Named
src
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
name
method name() returns Str:D
Returns the name of the block.