Ticket #10919: penis_enhancement.diff
| File penis_enhancement.diff, 1.0 kB (added by srbaker, 5 months ago) |
|---|
-
activesupport/test/inflector_test_cases.rb
old new 97 97 "prize" => "prizes", 98 98 "edge" => "edges", 99 99 100 "cow" => "kine" 100 "cow" => "kine", 101 102 "penis" => "penises" 101 103 } 102 104 103 105 CamelToUnderscore = { -
activesupport/lib/active_support/inflections.rb
old new 48 48 inflect.irregular('sex', 'sexes') 49 49 inflect.irregular('move', 'moves') 50 50 inflect.irregular('cow', 'kine') 51 51 inflect.irregular('penis', 'penises') 52 52 53 inflect.uncountable(%w(equipment information rice money species series fish sheep)) 53 54 end