class Inflector::Inflections::Uncountables

Defined in:

inflector/inflections.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def <<(word : Array(String)) #

[View source]
def <<(word : String) #

[View source]
def add(words : Array(String)) #

[View source]
def add(words : String) #

[View source]
def delete(entry) #

[View source]
def each(&) #

[View source]
def size #

[View source]
def to_regex(string) #

[View source]
def uncountable?(str) #

[View source]