class Dry::Inflector::Rules

Overview

A set of inflection rules

@since 0.1.0 @api private

Defined in:

dry/inflector/rules.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def apply_to(word) #

@since 0.1.0 @api private


[View source]
def each(&) #

@since 0.1.0 @api private


[View source]
def insert(index, rule_tuple) #

@since 0.1.0 @api private


[View source]