1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support/inflector
claudiob 9fe8e19af1 Fix docs for ActiveSupport::Inflector methods
Many methods in ActiveSupport::Inflector were actually documenting
the String methods with the same name.

For instance the doc for `camelize` said:

> If the argument to +camelize+ is set to <tt>:lower</tt>...

while it should say:

> If the +uppercase_first_letter+ parameter is set to false

[ci skip]
2015-01-03 17:47:54 -08:00
..
inflections.rb Reword documentation for uncountable [ci skip] 2014-10-23 13:22:10 -05:00
methods.rb Fix docs for ActiveSupport::Inflector methods 2015-01-03 17:47:54 -08:00
transliterate.rb Fix docs for ActiveSupport::Inflector methods 2015-01-03 17:47:54 -08:00