# File lib/librarian/source/path.rb, line 26 def ==(other) other && self.class == other.class && self.path == other.path end