Class: Yalphabetize::OrderCheckers::CapitalizedFirstThenAlphabetical
- Defined in:
- lib/yalphabetize/order_checkers/capitalized_first_then_alphabetical.rb
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.compare(string, other_string) ⇒ Object
6 7 8 |
# File 'lib/yalphabetize/order_checkers/capitalized_first_then_alphabetical.rb', line 6 def self.compare(string, other_string) (string <=> other_string) end |