public interface RatRepMetaIF {
    RatRepIF make(int n, int d) throws ZeroDenominatorException;
}
