HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/rvm/gems/default/doc/actionview-6.1.4.1/ri/ActionView/Helpers/TextHelper/pluralize-i.ri
U:RDoc::AnyMethod[iI"pluralize:ETI".ActionView::Helpers::TextHelper#pluralize;TF:publico:RDoc::Markup::Document:@parts[
o:RDoc::Markup::Paragraph;	[	I"GAttempts to pluralize the +singular+ word unless +count+ is 1. If ;TI"I+plural+ is supplied, it will use that when count is > 1, otherwise ;TI"Rit will use the Inflector to determine the plural form for the given locale, ;TI""which defaults to I18n.locale;To:RDoc::Markup::BlankLineo;
;	[I"DThe word will be pluralized using rules defined for the locale ;TI"S(you must define your own inflection rules for languages other than English). ;TI"+See ActiveSupport::Inflector.pluralize;T@o:RDoc::Markup::Verbatim;	[I"pluralize(1, 'person')
;TI"# => 1 person
;TI"
;TI"pluralize(2, 'person')
;TI"# => 2 people
;TI"
;TI"-pluralize(3, 'person', plural: 'users')
;TI"# => 3 users
;TI"
;TI"pluralize(0, 'person')
;TI"# => 0 people
;TI"
;TI")pluralize(2, 'Person', locale: :de)
;TI"# => 2 Personen;T:@format0:
@fileI"+lib/action_view/helpers/text_helper.rb;T:0@omit_headings_from_table_of_contents_below000[I"Q(count, singular, plural_arg = nil, plural: plural_arg, locale: I18n.locale);T@'FI"TextHelper;TcRDoc::NormalModule00