in lib/gitlab/feature_flag_alert/milestone.rb [39:44]
def <=>(other) other = self.class.new(other) unless other.is_a?(self.class) Gem::Version.new(value.to_s) <=> Gem::Version.new(other.value.to_s) end