Skip to content

Commit 0bb9b49

Browse files
committed
Remove PATH#inspect.
1 parent d552ff3 commit 0bb9b49

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Library/Homebrew/PATH.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ def empty?
3939
@paths.empty?
4040
end
4141

42-
def inspect
43-
"<PATH##{to_str}>"
44-
end
45-
4642
def validate
4743
validated_path = self.class.new(@paths.select(&File.method(:directory?)))
4844
validated_path unless validated_path.empty?

0 commit comments

Comments
 (0)