class Yalphabetize::OrderCheckers::CapitalizedFirstThenAlphabetical
Public Instance Methods
Source
# File lib/yalphabetize/order_checkers/capitalized_first_then_alphabetical.rb, line 7 def compare(string, other_string) string <=> other_string end
# File lib/yalphabetize/order_checkers/capitalized_first_then_alphabetical.rb, line 7 def compare(string, other_string) string <=> other_string end