class Dry::Inflector::Acronyms
- Dry::Inflector::Acronyms
- Reference
- Object
Overview
A set of acronyms
@since 0.1.2 @api private
Defined in:
dry/inflector/acronyms.crConstructors
-
.new
@since 0.1.2 @api private
Instance Method Summary
-
#add(rule, replacement)
@since 0.1.2 @api private
-
#apply_to(word, capitalize : Bool = true)
@since 0.1.2 @api private
- #regex : Regex?