module LocaleFiddler
Constants
- SETLOCALE_LIB
Public Instance Methods
setlocale(type, string)
click to toggle source
# File lib/sup/util/locale_fiddler.rb, line 21 def setlocale(type, string) LocaleFiddler.setlocale(type, string) end