class Babosa::Transliterator::Cyrillic

en.wikipedia.org/wiki/ISO_9#GOST_7.79<br>Approximations are based on GOST 7.79, System B:

def transliterate(string)

def transliterate(string)
  super.gsub(/(c)z([ieyj])/) { "#{Regexp.last_match(1)}#{Regexp.last_match(2)}" }
end