Class: Yalphabetize::OrderCheckers::CapitalizedFirstThenAlphabetical

Inherits:
Base
  • Object
show all
Defined in:
lib/yalphabetize/order_checkers/capitalized_first_then_alphabetical.rb

Class Method Summary collapse

Methods inherited from Base

ordered?

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