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.
See Also
class Channel
Thread-safe queue for sending values from producers to consumers
class IO::Spec
Platform specific operations on file and directory paths
class Lock
A low-level, re-entrant, mutual exclusion lock
class Proc
Running process (filehandle-based interface)
class Supply
Asynchronous data stream with multiple subscribers
class VM
Raku Virtual Machine related information
The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society.
All rights reserved.