Method: String::Inflections.uncountables

Defined in:
lib/sequel/extensions/inflector.rb

.uncountablesObject (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