# File lib/rpm/version.rb, line 99 def <=>(other) RPM::Utils.check_type(other, RPM::Version) ret = RPM::C.rpmvercmp(to_vre_epoch_zero, other.to_vre_epoch_zero) end