Skip to content

Commit ff3b5cd

Browse files
committed
Remove deprecated method File.exists?
1 parent f736bcc commit ff3b5cd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: spec/tags/core/file/exist_tags.txt

-1
This file was deleted.

Diff for: src/main/ruby/truffleruby/core/file.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,6 @@ def self.sticky?(path)
11491149
class << self
11501150
alias_method :delete, :unlink
11511151
alias_method :empty?, :zero?
1152-
alias_method :exists?, :exist?
11531152
alias_method :fnmatch?, :fnmatch
11541153
end
11551154

0 commit comments

Comments
 (0)