Class: Symbol
- Includes:
- Comparable
- Defined in:
- lib/ceedling/configurator_setup.rb
Overview
Add sort-ability to symbol so we can order keys array in hash for test-ability
Instance Method Summary collapse
Instance Method Details
#<=>(other) ⇒ Object
15 16 17 |
# File 'lib/ceedling/configurator_setup.rb', line 15 def <=>(other) self.to_s <=> other.to_s end |