NAME

Data::Hopen::G::NoOp - a no-op

SYNOPSIS

An NoOp is a concrete Data::Hopen::G::Op that returns {}. It is mostly used for testing.

FUNCTIONS

_run

Return {}. All arguments are ignored. Usage: my $hrOutputs = $op->run;.