We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#div
1 parent 7cddc9f commit cf77d35Copy full SHA for cf77d35
core/float.rbs
@@ -425,8 +425,6 @@ class Float < Numeric
425
#
426
def denominator: () -> Integer
427
428
- def div: (Numeric) -> Integer
429
-
430
# <!--
431
# rdoc-file=numeric.c
432
# - divmod(other) -> array
core/rational.rbs
@@ -227,8 +227,6 @@ class Rational < Numeric
227
228
229
230
231
232
def divmod: (Integer | Float | Rational) -> [ Integer, Rational ]
233
| (Numeric) -> [ Numeric, Numeric ]
234
0 commit comments