stdlib/pathname/0/pathname.rbs in rbs-3.3.2 vs stdlib/pathname/0/pathname.rbs in rbs-3.4.0.pre.1

- old
+ new

@@ -1408,7 +1408,7 @@ # Pathname("/home/zzak") # #=> #<Pathname:/home/zzak> # # See also Pathname::new for more information. # - def self?.Pathname: (String | Pathname) -> Pathname + def self?.Pathname: (string | Pathname) -> Pathname end