class ChefCLI::Policyfile::ChefServerCookbookSource

def ==(other)

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