struct Rosetta::Pluralization::Rule::Other

Overview

A rule that only returns the "other" pluralization category.

This rule was extracted from crystal-i18n/i18n.

Defined in:

rosetta/pluralization/rule/other.cr

Instance Method Summary

Instance methods inherited from struct Rosetta::Pluralization::Rule

apply(count : Rosetta::CountArg) : Symbol apply, initialize initialize

Constructor methods inherited from struct Rosetta::Pluralization::Rule

new new

Instance Method Detail

def apply(count : Rosetta::CountArg) : Symbol #

[View source]