module TwitterCldr::Versions
Constants
- CLDR_VERSION
- ICU_VERSION
- UNICODE_VERSION
Public Class Methods
cldr_version()
click to toggle source
# File lib/twitter_cldr/versions.rb, line 13 def cldr_version CLDR_VERSION end
icu_version()
click to toggle source
# File lib/twitter_cldr/versions.rb, line 17 def icu_version ICU_VERSION end
unicode_version()
click to toggle source
# File lib/twitter_cldr/versions.rb, line 21 def unicode_version UNICODE_VERSION end