method

new

v1_8_7_72 - Show latest stable - Class: IRB::Locale
new(locale = nil)
public

No documentation available.

# File lib/irb/locale.rb, line 22
    def initialize(locale = nil)
      @lang = locale || ENV["IRB_LANG"] || ENV["LC_MESSAGES"] || ENV["LC_ALL"] || ENV["LANG"] || "C" 
    end