Method: Inflecto::Inflections#initialize

Defined in:
lib/inflecto/inflections.rb

#initializeundefined

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Initialize object



69
70
71
# File 'lib/inflecto/inflections.rb', line 69

def initialize
  @plurals, @singulars, @uncountables, @humans = [], [], [], []
end