Methods

Class Index [+]

Quicksearch

I18n::InvalidPluralizationData

Attributes

entry[R]
count[R]

Public Class Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.