Skip to content

Commit

Permalink
comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokaro committed May 2, 2024
1 parent 904e139 commit d72a14e
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 d72a14e

Please sign in to comment.