Methods

I18n::InvalidPluralizationData

Attributes

entry[R]
count[R]

Public Class Methods

new(entry, count) click to toggle source
    # File lib/i18n/exceptions.rb, line 32
32:     def initialize(entry, count)
33:       @entry, @count = entry, count
34:       super "translation data #{entry.inspect} can not be used with :count => #{count}"
35:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.