Module: Rasper::Locale
Instance Method Summary collapse
Instance Method Details
#run_with_locale ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'lib/rasper/locale.rb', line 8 def run_with_locale set_locale begin yield ensure restore_locale end end |