Methods

Class Index [+]

Quicksearch

I18n::UnknownFileType

Attributes

type[R]
filename[R]

Public Class Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.