class ChefCLI::Policyfile::ChefRepoCookbookSource

def ==(other)

def ==(other)
  other.is_a?(self.class) && other.path == path && other.preferred_cookbooks == preferred_cookbooks
end