Methods

Class Index [+]

Quicksearch

I18n::InvalidLocaleData

Attributes

filename[R]

Public Class Methods

new(filename) click to toggle source
    # File lib/i18n/exceptions.rb, line 32
32:     def initialize(filename)
33:       @filename = filename
34:       super "can not load translations from #{filename}, expected it to return a hash, but does not"
35:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.