class Dry::Inflector::Inflections
def initialize
- Api: - private
Other tags:
- Since: - 0.1.0
Other tags:
- Yieldparam: -
Returns:
-
(Dry::Inflector::Inflections)
-
def initialize @plurals = Rules.new @singulars = Rules.new @humans = Rules.new @uncountables = Set[] @acronyms = Acronyms.new yield(self) if block_given? end