test_palindrome_gem 0.3
Allows for "Racecar".palindrome? for strings, returning true. Works for strings of upper, lower, mixed, and punctuated contents. Also works for integers, so that 1234321.palindrome? returns true. Uses mixins.
Allows for "Racecar".palindrome? for strings, returning true. Works for strings of upper, lower, mixed, and punctuated contents. Also works for integers, so that 1234321.palindrome? returns true. Uses mixins.