Module: Rasper::Locale

Included in:
Compiler, Report
Defined in:
lib/rasper/locale.rb

Instance Method Summary collapse

Instance Method Details

#run_with_localeObject



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