core/proc.rbs in rbs-1.1.1 vs core/proc.rbs in rbs-1.2.0

- old
+ new

@@ -260,10 +260,10 @@ def call: (*untyped arg0) -> untyped def []: (*untyped arg0) -> untyped - def curry: (?Integer arity) -> Proc + def curry: (?_ToInt arity) -> Proc # Returns a hash value corresponding to proc body. # # See also Object\#hash. def hash: () -> Integer