Module: Strings::Inflection::Verbs

Defined in:
lib/strings/inflection/verbs.rb

Class Method Summary collapse

Class Method Details

.pluralsArray[String]

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.

A list of plural rules

Returns:

  • (Array[String])


124
125
126
# File 'lib/strings/inflection/verbs.rb', line 124

def plurals
  @plurals
end

.singularsArray[String]

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.

A list of singular rules

Returns:

  • (Array[String])


114
115
116
# File 'lib/strings/inflection/verbs.rb', line 114

def singulars
  @singulars
end

.uninflectedArray[String]

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.

A set of uninflected verbs

Returns:

  • (Array[String])


104
105
106
# File 'lib/strings/inflection/verbs.rb', line 104

def uninflected
  @uninflected
end