Skip to content

Commit

Permalink
TEMP & TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokaro committed May 3, 2024
1 parent a3d1d5f commit c883cd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_ocra.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ class Pathname
alias original_relative_path_from relative_path_from
def relative_path_from(other)
puts "#{caller[0]} 123"
puts ENV["TMP"]
puts ENV["TEMP"]
puts self.to_s
puts other.to_s
original_relative_path_from(other)
Expand Down

0 comments on commit c883cd5

Please sign in to comment.