lib/active_support/inflector/inflections.rb in activesupport-7.0.8.6 vs lib/active_support/inflector/inflections.rb in activesupport-7.1.0.beta1
- old
+ new
@@ -5,9 +5,11 @@
module ActiveSupport
module Inflector
extend self
+ # = Active Support \Inflections
+ #
# A singleton instance of this class is yielded by Inflector.inflections,
# which can then be used to specify additional inflection rules. If passed
# an optional locale, rules for other languages can be specified. The
# default locale is <tt>:en</tt>. Only rules for English are provided.
#