Remove PATH#inspect.
This commit is contained in:
parent
d552ff316d
commit
0bb9b4918e
@ -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?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user