Method: String::Inflections.uncountables
- Defined in:
- lib/sequel/extensions/inflector.rb
.uncountables ⇒ Object (readonly)
Array of strings for words were the singular form is the same as the plural form
41 42 43 |
# File 'lib/sequel/extensions/inflector.rb', line 41 def uncountables @uncountables end |