From: "Martin J. Dürst" Date: 2013-04-12T17:30:20+09:00 Subject: [ruby-core:54217] Re: [ruby-trunk - Feature #8181] New flag for strftime that supports adding ordinal suffixes to numbers On 2013/04/12 9:07, tkellen (Tyler Kellen) wrote: > -��� for ActiveSupport. > > I don't need or want to require that giant for this simple feature. I can (and have) written a simple ordinalize method which I am currently using. Does your method support any languages other than English? If not, I'm not sure it's suitable for inclusion into Ruby. If yes, I don't think it will be that simple. [From http://apidock.com/rails/ActiveSupport/Inflector/ordinalize, I gather that Ruby on Rails doesn't support languages other than English, either.] Regards, Martin. > ---------------------------------------- > Feature #8181: New flag for strftime that supports adding ordinal suffixes to numbers > https://bugs.ruby-lang.org/issues/8181#change-38478