class CookbookOmnifetch::PathLocation
def ==(other)
def ==(other) other.is_a?(PathLocation) && other.metadata? == metadata? && other.relative_path == relative_path end
def ==(other) other.is_a?(PathLocation) && other.metadata? == metadata? && other.relative_path == relative_path end