module RuboCop::Shopify::GemVersionStringComparableBackport
def <=>(other)
def <=>(other) return self <=> self.class.new(other) if (String === other) && self.class.correct?(other) super end
def <=>(other) return self <=> self.class.new(other) if (String === other) && self.class.correct?(other) super end