class Rugged::Object

def <=>(other)

def <=>(other)
  self.oid <=> other.oid
end