package Petal::Hash::Toref; sub process { my $class = shift; my $hash = shift; my $args = shift; return [$hash->fetch ($args)]; }