class Symbol

add sort-ability to symbol so we can order keys array in hash for test-ability

Public Instance Methods

<=>(other) click to toggle source
# File lib/ceedling/configurator_setup.rb, line 6
def <=>(other)
  self.to_s <=> other.to_s
end