class ChefCLI::Policyfile::CommunityCookbookSource

def ==(other)

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