core/float.rbs in rbs-3.6.0.pre.2 vs core/float.rbs in rbs-3.6.0.pre.3

- old
+ new

@@ -78,11 +78,9 @@ # * #to_s (aliased as #inspect): Returns a string containing the place-value # representation of `self` in the given radix. # * #truncate: Returns `self` truncated to a given precision. # class Float < Numeric - public - # <!-- # rdoc-file=numeric.c # - self % other -> float # --> # Returns `self` modulo `other` as a float.