sub Scalar {
my ( $self, $set, $method ) = @_;
return unless $set;
$set = $set->$method;
return $set;
}
-