Utility methods for pluralizing strings and ordinalizing numbers.
mojo.helper.Inflector.getInstance = function()
Static function--Retrieves a Mojo Inflector instance.
var myInflector = mojo.helper.Inflector.getInstance();
{object} mojo.helper.Inflector