class Rugged::Object

Public Instance Methods

<=>(other) click to toggle source
# File lib/rugged/object.rb, line 3
def <=>(other)
  self.oid <=> other.oid
end