method
new

new(locale = nil)
public
Hide source
# 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