Methods

I18n::UnknownFileType

Attributes

type[R]
filename[R]

Public Class Methods

new(type, filename) click to toggle source
    # File lib/i18n/exceptions.rb, line 56
56:     def initialize(type, filename)
57:       @type, @filename = type, filename
58:       super "can not load translations from #{filename}, the file type #{type} is not known"
59:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.