Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palindrome detector

djyarber_palindrome is a sample Ruby gem created in Learn Enough Ruby to Be Dangerous by Michael Hartl.

Installation

To install djyarber_palindrome, add this line to your application's Gemfile:

gem 'djyarber_palindrome'

Then install as follows:

bundle install

Or install it directly using gem:

gem install djyarber_palindrome

Usage

djyarber_palindrome adds a palindrome? method to the String and Integer classes, and can be used as follows:

$ irb
>> require 'djyarber_palindrome'
>> "honey badger".palindrome?
=> false
>> "deified".palindrome?
=> true
>> "Able was I, ere I saw Elba.".palindrome?
=> true
>> phrase = "Madam, I'm Adam."
>> phrase.palindrome?
=> true

Development

Run tests:

bundle exec rake test

Release new version:

Update the version number in version.rb, then run

bundle exec rake release

License

The gem is available as open source under the terms of the MIT License.

About

Ruby Tutorial - palindrome gem creation.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages