stdlib/pathname/0/pathname.rbs in rbs-1.0.0 vs stdlib/pathname/0/pathname.rbs in rbs-1.0.1
- old
+ new
@@ -1089,7 +1089,7 @@
# Pathname("/home/zzak")
# #=> #<Pathname:/home/zzak>
#
# See also Pathname::new for more information.
#
- def Pathname: (String | Pathname) -> Pathname
+ def self?.Pathname: (String | Pathname) -> Pathname
end