module Cyrillic
Constants
- CHARACTER_TABLE
Note. The letters І, Ѣ, Ѳ and Ѵ were eliminated in the orthographic reform of 1918. For other obsolete letters appearing in Russian texts, consult the Church Slavic table.
- VERSION
Public Class Methods
transliterate(string = "")
click to toggle source
# File lib/cyrillic.rb, line 87 def transliterate(string = "") string.to_s.gsub(Regexp.union(CHARACTER_TABLE.keys), CHARACTER_TABLE) end
Also aliased as: t