class Symbol
Add sort-ability to symbol so we can order keys array in hash for test-ability
Public Instance Methods
Source
# File lib/ceedling/configurator_setup.rb, line 15 def <=>(other) self.to_s <=> other.to_s end
Add sort-ability to symbol so we can order keys array in hash for test-ability
# File lib/ceedling/configurator_setup.rb, line 15 def <=>(other) self.to_s <=> other.to_s end