Checks if a string is a palindrome
Add this line to your application's Gemfile:
gem 'palindrome'
And then execute:
$ bundle
Or install it yourself as:
$ gem install palindrome
Run
$ palindrome <string>
to check if the string is a palindrome. (Returns true or false)
- Fork it ( http://github.com/ctountzis/is_palindrome/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request