class Dry::Inflector::Inflections

def uncountable(*words)

Other tags:
    Since: - 0.1.0

Parameters:
  • words (Enumerable) --
def uncountable(*words)
  uncountables.merge(words.flatten)
end