Sha256: d3949e0bb7112cd656b0bf3560c6862ff674cabf7868e04ee023688de6c7c79c
Contents?: true
Size: 275 Bytes
Versions: 52
Compression:
Stored size: 275 Bytes
Contents
# Copyright (C) the Rugged contributors. All rights reserved. # # This file is part of Rugged, distributed under the MIT license. # For full terms see the included LICENSE file. module Rugged class Object def <=>(other) self.oid <=> other.oid end end end
Version data entries
52 entries across 52 versions & 1 rubygems