class Wordsmith::Inflector::Inflections::Uncountables

Overview

Create and manipulate the set of words that Wordsmith should leave as-is.

Defined in:

wordsmith/inflector/inflections.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new #

Create a new object to store the collection of uncountable words and patterns.


[View source]

Instance Method Detail

def <<(*word) #

Add an entry to the set of uncountable words and patterns.


[View source]
def add(words) #

Add an entry to the set of uncountable words and patterns.


[View source]
def delete(entry) #

Remove an entry from the set of uncountable words and patterns.


[View source]
def uncountable?(str) #

Check whether or not a provided string is currently considered uncountable.


[View source]

Macro Detail

macro method_missing(call) #

[View source]