Methods

Class Index [+]

Quicksearch

I18n::InvalidLocale

Attributes

locale[R]

Public Class Methods

new(locale) click to toggle source
    # File lib/i18n/exceptions.rb, line 24
24:     def initialize(locale)
25:       @locale = locale
26:       super "#{locale.inspect} is not a valid locale"
27:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.