Group
Extension

Matches 1

X-Tiny ( F/FE/FELIPE/X-Tiny-0.22.tar.gz, FELIPE, 2022; MetaCPAN )
X-Tiny/lib/X/Tiny/Base.pm ( view source; MetaCPAN )
n attribute.

=cut

sub get {
    my ( $self, $attr ) = @_;

    #Do we need to clone this? Could JSON suffice, or do we need Clone?
    return $self->[1]{$attr};
}

=head2 I<OBJ>->to_string()

Create

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.