chaunce / indefinite_article

Indefinite article identification for Ruby strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Indefinite article identification for Ruby strings

License:MIT License


Languages

Language:Ruby 100.0%