Class: EnglishAlphabet
Class Method Summary collapse
Methods inherited from Alphabet
Class Method Details
.letters ⇒ Object
39 40 41 |
# File 'lib/alphabets.rb', line 39 def self.letters "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklnopqrstuvwxyz" end |