Object
Make arrays of Symbols sortable
# File lib/mcollective/monkey_patches.rb, line 13 def <=>(other) self.to_s <=> other.to_s end