# File lib/facets/core/string/self/rand_letter.rb, line 9
  def self.rand_letter
    (rand(26) + (rand(2) == 0 ? 65 : 97) ).chr
  end