Skip to content

Commit f736bcc

Browse files
committed
Remove deprecated method Dir.exists?
1 parent 90bfaa0 commit f736bcc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

spec/tags/core/dir/exist_tags.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/main/ruby/truffleruby/core/dir.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ def empty?(path)
206206
def exist?(path)
207207
PrivateFile.directory?(path)
208208
end
209-
alias_method :exists?, :exist?
210209

211210
def home(user = nil)
212211
user = StringValue(user) unless Primitive.nil?(user)

0 commit comments

Comments
 (0)