Skip to content

Commit

Permalink
Revert "comment out"
Browse files Browse the repository at this point in the history
This reverts commit d72a14e.
  • Loading branch information
shinokaro committed May 3, 2024
1 parent 4b12672 commit aff1f25
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/test_ocra.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# class Pathname
# alias original_relative_path_from relative_path_from
# def relative_path_from(other)
# puts "#{caller[0]} 123"
# original_relative_path_from(other)
# end
# end
class Pathname
alias original_relative_path_from relative_path_from
def relative_path_from(other)
puts "#{caller[0]} 123"
original_relative_path_from(other)
end
end

require "minitest/autorun"

Expand Down

0 comments on commit aff1f25

Please sign in to comment.