Class: EnglishAlphabet

Inherits:
Alphabet show all
Defined in:
lib/alphabets.rb

Class Method Summary collapse

Methods inherited from Alphabet

by_locale, compare_letters

Class Method Details

.lettersObject



39
40
41
# File 'lib/alphabets.rb', line 39

def self.letters
  "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklnopqrstuvwxyz"
end