class Dry::Inflector::Acronyms

Overview

A set of acronyms

@since 0.1.2 @api private

Defined in:

dry/inflector/acronyms.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

@since 0.1.2 @api private


[View source]

Instance Method Detail

def add(rule, replacement) #

@since 0.1.2 @api private


[View source]
def apply_to(word, capitalize : Bool = true) #

@since 0.1.2 @api private


[View source]
def regex : Regex? #

[View source]