Low commit activity in last 3 years
There's a lot of open issues
No release in over a year
Adds indefinite article methods to String and Symbol
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 5.1
>= 0

Runtime

 Project Readme

indefinite_article

Adds indefinite article methods to String and Symbol so that you can do:

>> 'apple'.indefinite_article
=> 'an'
>> 'banana'.with_indefinite_article
=> 'a banana'
>> 'university'.indefinitize
=> 'a university'

Installation

$ gem install indefinite_article

Acknowledgements

@shanebdavis helped immensely with his contributions in #5. Inspiration and special cases drawn from @rigoneri's indefinite-article.js.

Copyright

Copyright (c) 2010 Andy Rossmeissl. See LICENSE for details.