See Original text in context
Please check the content
method in Distribution::Locally.
Returns an IO::Handle
to the file represented by $name-path
. $name-path
is a relative path as it would be found in the metadata such as lib/Foo.rakumod
or resources/foo.txt
.
See Original text in context
Provides Distribution#method_content
Returns an IO::Handle
to the file represented by $name-path
. $name-path
is a relative path as it would be found in the metadata such as lib/Foo.rakumod
or resources/foo.txt
, and these paths will be prefixed with Distribution#method_prefix.
See Original text in context
method content( --> IO::Handle)
Returns an IO::Handle
to the file represented by $name-path
. $name-path
is a relative path as it would be found in the metadata such as lib/Foo.rakumod
or resources/foo.txt
.
See Original text in context
Distribution::Locally#method_content
Returns an IO::Handle
to the file represented by $name-path
. $name-path
is a relative path as it would be found in the metadata such as lib/Foo.rakumod
or resources/foo.txt
.