1 package Moose::Meta::Method::Accessor::Native::Code::execute;
7 $VERSION = eval $VERSION;
8 our $AUTHORITY = 'cpan:STEVAN';
12 with 'Moose::Meta::Method::Accessor::Native::Reader';
15 my ( $self, $slot_access ) = @_;
17 return "${slot_access}->(\@_)";