diff options
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/PATH.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/PATH.rb b/Library/Homebrew/PATH.rb index 38be51065..9ee621285 100644 --- a/Library/Homebrew/PATH.rb +++ b/Library/Homebrew/PATH.rb @@ -39,10 +39,6 @@ class PATH @paths.empty? end - def inspect - "<PATH##{to_str}>" - end - def validate validated_path = self.class.new(@paths.select(&File.method(:directory?))) validated_path unless validated_path.empty? |
