module RailsI18n::Transliteration::Ukrainian

def downcased?(symbol)

def downcased?(symbol)
  symbol =~ downcased_regexp
end