# File lib/r10k/util/monkey_patches.rb, line 7 def <=>(other) self.to_s <=> other.to_s if other.is_a?(Symbol) end