Generally the ... argument should be ignored, its primary use-case
is for the child-classes.
Details
The set of Rationals is defined as the set of numbers that can be written as a fraction
of two integers, i.e.
$$Rationals = \{\frac{p}{q} | p,q \ \in \ Z\}$$
where \(Z\) is the set of integers.