{ "schema_type": "object", "ree_version": "0.1.0", "name": "number_to_ordinalized", "path": "packages/ree_number/package/ree_number/functions/number_to_ordinalized.rb", "mount_as": "fn", "class": "ReeNumber::NumberToOrdinalized", "factory": null, "methods": [ { "doc": "Turns a number into an ordinal string used to denote the position in an\nordered sequence such as 1st, 2nd, 3rd, 4th.\n\n ordinalize(1) # => \"1st\"\n ordinalize(2) # => \"2nd\"\n ordinalize(1002) # => \"1002nd\"\n ordinalize(1003) # => \"1003rd\"\n ordinalize(-11) # => \"-11th\"\n ordinalize(-1021) # => \"-1021st\"", "throws": [ ], "return": "String", "args": [ { "arg": "number", "type": "Integer" }, { "arg": "opts", "type": "Ksplat[:locale? => Symbol]" } ] } ], "links": [ { "target": "t", "package_name": "ree_i18n", "as": "t", "imports": [ ] } ] }