class I18n::InvalidPluralizationData
Attributes
Public Class Methods
Calls superclass method
# File lib/i18n/exceptions.rb, line 94 def initialize(entry, count, key) @entry, @count, @key = entry, count, key super "translation data #{entry.inspect} can not be used with :count => #{count}. key '#{key}' is missing." end