Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ToQuantity extension method #32

Closed
MehdiK opened this issue Dec 23, 2013 · 1 comment
Closed

Add ToQuantity extension method #32

MehdiK opened this issue Dec 23, 2013 · 1 comment

Comments

@MehdiK
Copy link
Member

MehdiK commented Dec 23, 2013

"request".ToQuantity(0) => "0 requests"
"request".ToQuantity(1) => "1 request"
"request".ToQuantity(2) => "2 requests"

Heaps of useful discussion around this issue and the method naming can be found at #25

MehdiK added a commit that referenced this issue Dec 27, 2013
MehdiK added a commit that referenced this issue Dec 30, 2013
Added ToQuantity - fixes issue #32
@MehdiK
Copy link
Member Author

MehdiK commented Dec 31, 2013

Done in #37

@MehdiK MehdiK closed this as completed Dec 31, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant