-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Description
open("a", "w") {}
p File.identical?("a", "a") #=> true
p File.identical?("a", "./a") #=> true
File.link("a", "b")
p File.identical?("a", "b") #=> true
File.symlink("a", "c")
p File.identical?("a", "c") #=> true
open("d", "w") {}
p File.identical?("a", "d") #=> false
Originally posted by @flynnjustin24 in chaiphetbuathong4776-svg/turbo-garbanzo#1 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels