In RakuAST::Doc::Block§

See primary documentation in context for method config

say "allows: $_"
  with $block.config<allow> andthen .literalize;

Returns the Map with any configuration. Note that you can get any constant values by calling the .literalize method on them. See also resolved-config.

In role Systemic§

See primary documentation in context for method config

Instance returning a hash with object configuration information. Subject to change without notice, but can be helpful in environments where only one type of virtual machine is in use, or to find about the configuration of any other object that mixes in this role.

In Pod::Block§

See primary documentation in context for method config

method config(--> Map:D)

Returns a hash of configs.