Methods

I18n::InvalidLocaleData

Attributes

filename[R]

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.