Methods

I18n::InvalidPluralizationData

Attributes

count[R]
entry[R]

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.