diff options
author | Kuldeep Aggarwal <kd.engineer@yahoo.co.in> | 2014-04-19 01:31:07 +0530 |
---|---|---|
committer | Kuldeep Aggarwal <kd.engineer@yahoo.co.in> | 2014-04-19 01:31:07 +0530 |
commit | 459f7bf38aa196cf4d2d970173b02d88e4a4e75c (patch) | |
tree | 1253ffbbacd1ac63b2d65b95f69113159db88e1c /activesupport/lib/active_support/locale/en.yml | |
parent | 5f72fc6af8ad19df2b4e4f442b9ab17dd6846f46 (diff) | |
download | rails-459f7bf38aa196cf4d2d970173b02d88e4a4e75c.tar.gz rails-459f7bf38aa196cf4d2d970173b02d88e4a4e75c.tar.bz2 rails-459f7bf38aa196cf4d2d970173b02d88e4a4e75c.zip |
Fix inconsistent behavior from String#pluralize
Before:
When calling String#pluralize with count=1 then it returned same
string, but with count other than 1, returned new string.
After:
String#pluralize always return a new string.
=> Prevent mutation of a string inadvertently.
Diffstat (limited to 'activesupport/lib/active_support/locale/en.yml')
0 files changed, 0 insertions, 0 deletions