Help for this page
my $strings = $mock->files;
my @strings = @{ $mock->files };
my @strings = $mock->files->@*;