stdlib/date/0/date.rbs in rbs-1.0.4 vs stdlib/date/0/date.rbs in rbs-1.0.5
- old
+ new
@@ -494,10 +494,10 @@
# Date.new(2001,2,3) <=> Object.new #=> nil
# Date.new(2001,2,3) <=> Rational(4903887,2) #=> 0
#
# See also Comparable.
#
- def <=>: (Date | Rational | Object other) -> Integer?
+ def <=>: (untyped other) -> Integer?
# Returns true if they are the same day.
#
# Date.new(2001,2,3) === Date.new(2001,2,3)
# #=> true