Make arrays of Symbols sortable
[Source]
# File lib/mcollective/monkey_patches.rb, line 5 5: def <=>(other) 6: self.to_s <=> other.to_s 7: end
[Validate]