Sha256: 5112a36bb66544732064eeac64576ef9e1b8bc2af03a2b151e7cbcd7137903e7
Contents?: true
Size: 1022 Bytes
Versions: 28
Compression:
Stored size: 1022 Bytes
Contents
{ "schema_type": "object", "schema_version": "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": [ ] } ] }
Version data entries
28 entries across 28 versions & 1 rubygems