diff --git a/Library/Homebrew/PATH.rb b/Library/Homebrew/PATH.rb index 38be510651..9ee621285e 100644 --- a/Library/Homebrew/PATH.rb +++ b/Library/Homebrew/PATH.rb @@ -39,10 +39,6 @@ class PATH @paths.empty? end - def inspect - "" - end - def validate validated_path = self.class.new(@paths.select(&File.method(:directory?))) validated_path unless validated_path.empty?