space
# given $self (Foo::Bar)
$self->space();
# Foo::Bar (space object)
$self->space('Foo/Baz');
# Foo::Baz (space object)
The space method returns a Data::Object::Space object for the given class, object or argument.
space(Str $arg1) : Object
method
5 POD Errors
The following errors were encountered while parsing the POD:
- Around line 10:
Unknown directive: =name
- Around line 14:
Unknown directive: =usage
- Around line 26:
Unknown directive: =description
- Around line 31:
Unknown directive: =signature
- Around line 35:
Unknown directive: =type