core/numeric.rbs in rbs-3.6.0.pre.2 vs core/numeric.rbs in rbs-3.6.0.pre.3
- old
+ new
@@ -160,11 +160,9 @@
# * #step: Invokes the given block with the sequence of specified numbers.
#
class Numeric
include Comparable
- public
-
# <!--
# rdoc-file=numeric.c
# - self % other -> real_numeric
# -->
# Returns `self` modulo `other` as a real number.