Drasil
Drasil copied to clipboard
Add nounPhrase constructor for capital and plural case
When we create a nounPhrase
with custom plural case and a custom capital case, we can't use a function like titleize'
(This capitalizes the plural form) to get the plural-capital case; it instead just gives you the capital case.