core/file.rbs in rbs-0.18.1 vs core/file.rbs in rbs-0.19.0
- old
+ new
@@ -190,13 +190,9 @@
#
# "file exists" means that stat() or fstat() system call is successful.
#
def self.exist?: (string | _ToPath | IO file_name) -> bool
- # Deprecated method. Don't use.
- #
- alias self.exists? self.exist?
-
# Converts a pathname to an absolute pathname. Relative paths are referenced
# from the current working directory of the process unless `dir_string` is
# given, in which case it will be used as the starting point. The given pathname
# may start with a ```~`'', which expands to the process owner's home directory
# (the environment variable `HOME` must be set correctly). ```~`*user*'' expands