core/float.rbs in rbs-1.7.0.beta.4 vs core/float.rbs in rbs-1.7.0.beta.5
- old
+ new
@@ -169,11 +169,9 @@
# (2.1 / 0.7).ceil #=> 4 (!)
#
def ceil: () -> Integer
| (int digits) -> (Integer | Float)
- def clone: (?freeze: bool) -> self
-
# Returns an array with both `numeric` and `float` represented as Float objects.
#
# This is achieved by converting `numeric` to a Float.
#
# 1.2.coerce(3) #=> [3.0, 1.2]